diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-13 11:55:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-13 11:55:03 +0300 |
commit | cf017ab50652d6d9aa7043cd18262a7f43040d45 (patch) | |
tree | 733efb377b72e73580dbf143df3f8d1797f9d1f8 /src/gui/widgets/tabs/chattab.h | |
parent | 06bce926370519fbd47bf554562e6da217def498 (diff) | |
download | manaverse-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.gz manaverse-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.bz2 manaverse-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.xz manaverse-cf017ab50652d6d9aa7043cd18262a7f43040d45.zip |
Remove unused chat help from code.
Diffstat (limited to 'src/gui/widgets/tabs/chattab.h')
-rw-r--r-- | src/gui/widgets/tabs/chattab.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h index 404d59b91..651e69d6b 100644 --- a/src/gui/widgets/tabs/chattab.h +++ b/src/gui/widgets/tabs/chattab.h @@ -109,13 +109,6 @@ class ChatTab : public Tab void clearText(); /** - * Add any extra help text to the output. Allows tabs to define help - * for commands defined by the tab itself. - */ - virtual void showHelp() - { } - - /** * Handle special commands. Allows a tab to handle commands it * defines itself. * |