diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-09 16:27:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-09 16:27:05 +0300 |
commit | 1324fd68e1a049fea14f38c0aece770778d1b225 (patch) | |
tree | 22ac54b4b06b4bb5d894bbde50410e361ebda81a /src/gui/setup_input.h | |
parent | 50ca2750f73025be4e73ed1c6271c4433f081062 (diff) | |
download | plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.gz plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.bz2 plus-1324fd68e1a049fea14f38c0aece770778d1b225.tar.xz plus-1324fd68e1a049fea14f38c0aece770778d1b225.zip |
Add initial setup page for touch interfaces.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 6accafe27..157c99cf2 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -98,8 +98,6 @@ class Setup_Input final : public SetupTab Button *mDefaultButton; Button *mResetKeysButton; TabStrip *mTabs; - bool mShowJoystick; - CheckBox *mJoystickCheckBox; bool mKeySetting; /**< flag to check if key being set. */ |