diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-26 09:42:43 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-26 09:42:43 -0600 |
commit | 9e4a8ea095a1a0613d7b128f4e29c69643137b07 (patch) | |
tree | 82dfb0a17dfc3439554efc77a3d18bf5165cebc3 /src/gui/chat.h | |
parent | cdcadf6e99a6deaa5b929cdec9736ab1fb280f65 (diff) | |
download | mana-9e4a8ea095a1a0613d7b128f4e29c69643137b07.tar.gz mana-9e4a8ea095a1a0613d7b128f4e29c69643137b07.tar.bz2 mana-9e4a8ea095a1a0613d7b128f4e29c69643137b07.tar.xz mana-9e4a8ea095a1a0613d7b128f4e29c69643137b07.zip |
Add ChannelTab for chat channels
This fixes TMWServ compilation form the previous commit.
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index fa63cedd..89bb033e 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -178,11 +178,6 @@ class ChatWindow : public Window, /** Add the tab to the window */ void addTab(ChatTab *tab); - /** Called to output text to a specific channel */ - void sendToChannel(short channel, - const std::string &user, - const std::string &msg); - /** * Passes the text to the current tab as input * |