diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index fdd9eaaec..4536ee553 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -446,16 +446,6 @@ class Gui final KeyListenerList mKeyListeners; /** - * True if control is pressed, false otherwise. - */ - bool mControlPressed; - - /** - * True if alt is pressed, false otherwise. - */ - bool mAltPressed; - - /** * Holds the last mouse button pressed. */ unsigned int mLastMousePressButton; |