summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/guildchattab.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-13 11:55:03 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-13 11:55:03 +0300
commitcf017ab50652d6d9aa7043cd18262a7f43040d45 (patch)
tree733efb377b72e73580dbf143df3f8d1797f9d1f8 /src/gui/widgets/tabs/guildchattab.h
parent06bce926370519fbd47bf554562e6da217def498 (diff)
downloadplus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.gz
plus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.bz2
plus-cf017ab50652d6d9aa7043cd18262a7f43040d45.tar.xz
plus-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.h2
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