summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-02 12:25:51 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-02 12:25:51 +0300
commit07518d71fdcb0c16ea8ece1993b6448839346092 (patch)
tree31a7242c2e48a45c9cb7709b4e0d79be266b69f7 /src/gui/gui.h
parente710a36d3905b50861edf21f4b5ac5a79cb5ee05 (diff)
downloadplus-07518d71fdcb0c16ea8ece1993b6448839346092.tar.gz
plus-07518d71fdcb0c16ea8ece1993b6448839346092.tar.bz2
plus-07518d71fdcb0c16ea8ece1993b6448839346092.tar.xz
plus-07518d71fdcb0c16ea8ece1993b6448839346092.zip
Remove unused variable from gui.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index ba1fa2e6b..82678601d 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -431,11 +431,6 @@ class Gui final
FocusHandler* mFocusHandler;
/**
- * True if tabbing is enabled, false otherwise.
- */
- bool mTabbing;
-
- /**
* Typedef.
*/
typedef std::list<KeyListener*> KeyListenerList;