diff options
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 6548b70ba..bd5dd4654 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -53,9 +53,9 @@ class Setup_Input final : public SetupTab */ ~Setup_Input(); - void apply(); + void apply() override; - void cancel(); + void cancel() override; void action(const gcn::ActionEvent &event) override; @@ -98,9 +98,7 @@ class Setup_Input final : public SetupTab Button *mDefaultButton; Button *mResetKeysButton; TabStrip *mTabs; - bool mKeySetting; /**< flag to check if key being set. */ - int *mActionDataSize; }; |