Remove unused g_ShowPageLimits global variable
This variable was only defined, not declared in any header.
This commit is contained in:
parent
f723a5319c
commit
5aa1610362
|
@ -53,7 +53,6 @@ using KIGFX::COLOR4D;
|
|||
* application class.
|
||||
*/
|
||||
|
||||
bool g_ShowPageLimits = true;
|
||||
EDA_UNITS_T g_UserUnit;
|
||||
COLOR4D g_GhostColor;
|
||||
|
||||
|
|
Loading…
Reference in New Issue