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/guildchattab.h | |
parent | 06bce926370519fbd47bf554562e6da217def498 (diff) | |
download | manaplus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.gz manaplus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.bz2 manaplus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.xz manaplus-cf017ab50652d6d9aa7043cd18262a7f43040d45.zip |
Remove unused chat help from code.
Diffstat (limited to 'src/gui/widgets/tabs/guildchattab.h')
-rw-r--r-- | src/gui/widgets/tabs/guildchattab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/guildchattab.h b/src/gui/widgets/tabs/guildchattab.h index d0d70778d..fbfd3a032 100644 --- a/src/gui/widgets/tabs/guildchattab.h +++ b/src/gui/widgets/tabs/guildchattab.h @@ -40,8 +40,6 @@ class GuildChatTab final : public ChatTab, public ConfigListener bool handleCommand(const std::string &restrict type, const std::string &restrict args) override final; - void showHelp() override; - void saveToLogFile(const std::string &msg) const override final; int getType() const override A_WARN_UNUSED |