Remove unused g_ShowPageLimits global variable

This variable was only defined, not declared in any header.
This commit is contained in:
John Beard 2017-02-09 18:21:00 +08:00 committed by Wayne Stambaugh
parent f723a5319c
commit 5aa1610362
1 changed files with 0 additions and 1 deletions

View File

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