diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 5 |
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; |