Browse Source

Remove unused g_ShowPageLimits global variable

This variable was only defined, not declared in any header.
pull/3/merge
John Beard 9 years ago
committed by Wayne Stambaugh
parent
commit
5aa1610362
  1. 1
      common/common.cpp

1
common/common.cpp

@ -53,7 +53,6 @@ using KIGFX::COLOR4D;
* application class.
*/
bool g_ShowPageLimits = true;
EDA_UNITS_T g_UserUnit;
COLOR4D g_GhostColor;

Loading…
Cancel
Save