summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/gui.h10
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;