summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/textcommandeditor.h')
-rw-r--r--src/gui/textcommandeditor.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h
index 86d1c7c7d..3036c5d5f 100644
--- a/src/gui/textcommandeditor.h
+++ b/src/gui/textcommandeditor.h
@@ -59,13 +59,7 @@ class TextCommandEditor final : public Window, public gcn::ActionListener
void action(const gcn::ActionEvent &event) override;
- void update();
-
- void updateList();
-
- void reset();
-
- void scheduleDelete();
+ void scheduleDelete() override;
private:
void showControls(const bool show);