summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chattab.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/chattab.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/chattab.h')
-rw-r--r--src/gui/widgets/tabs/chattab.h7
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.
*