diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-22 22:56:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-22 22:56:46 +0300 |
commit | f9c0a11f184444b82e678b9aea4b14d3982d5201 (patch) | |
tree | 181e29a12dc5b7d56bef4a808a804b9cfe5717b9 /src/gui/textcommandeditor.h | |
parent | f3405f599e202d06cfd7aa98559fd64df039242d (diff) | |
download | plus-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.h | 8 |
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); |