summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-07 17:13:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-07 17:13:14 +0300
commitfcf53dd7d524c2204f39269be5768a1919daef42 (patch)
treeaad58e795d7db7890e965f7c2e295f9d331d4890
parenta225638721d2bba53c15379d48ddab04d7568e24 (diff)
downloadplus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.gz
plus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.bz2
plus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.xz
plus-fcf53dd7d524c2204f39269be5768a1919daef42.zip
Remove unused variabled from gui.
-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;