summaryrefslogtreecommitdiff
path: root/src/gui/textcommandeditor.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-22 22:56:46 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-22 22:56:46 +0300
commitf9c0a11f184444b82e678b9aea4b14d3982d5201 (patch)
tree181e29a12dc5b7d56bef4a808a804b9cfe5717b9 /src/gui/textcommandeditor.h
parentf3405f599e202d06cfd7aa98559fd64df039242d (diff)
downloadplus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.gz
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.bz2
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.tar.xz
plus-f9c0a11f184444b82e678b9aea4b14d3982d5201.zip
improve textcommandeditor.
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);