summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chattab.h')
-rw-r--r--src/gui/widgets/tabs/chattab.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gui/widgets/tabs/chattab.h b/src/gui/widgets/tabs/chattab.h
index 9790c33e4..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.
*
@@ -195,6 +188,9 @@ class ChatTab : public Tab
virtual void getAutoCompleteList(StringVect&) const
{}
+ virtual void getAutoCompleteCommands(StringVect&) const
+ {}
+
void addRow(std::string &line);
BrowserBox *mTextOutput;