diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-07 17:13:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-07 17:13:14 +0300 |
commit | fcf53dd7d524c2204f39269be5768a1919daef42 (patch) | |
tree | aad58e795d7db7890e965f7c2e295f9d331d4890 /src | |
parent | a225638721d2bba53c15379d48ddab04d7568e24 (diff) | |
download | plus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.gz plus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.bz2 plus-fcf53dd7d524c2204f39269be5768a1919daef42.tar.xz plus-fcf53dd7d524c2204f39269be5768a1919daef42.zip |
Remove unused variabled from gui.
Diffstat (limited to 'src')
-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; |