summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-20 17:56:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-20 17:58:36 +0300
commit4edf9cac82776c5333afaa647f7a982383837406 (patch)
tree8a70af55c3a7417d25c4be0bdbb422dae38edefb /src/net/tmwa/chathandler.h
parent2cd8b88679b9dd99e50bdc5ca03ba5694a0198a8 (diff)
downloadplus-4edf9cac82776c5333afaa647f7a982383837406.tar.gz
plus-4edf9cac82776c5333afaa647f7a982383837406.tar.bz2
plus-4edf9cac82776c5333afaa647f7a982383837406.tar.xz
plus-4edf9cac82776c5333afaa647f7a982383837406.zip
Remove unused old evol packets from tmwa namespace.
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r--src/net/tmwa/chathandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h
index 58c292275..6d04abfe7 100644
--- a/src/net/tmwa/chathandler.h
+++ b/src/net/tmwa/chathandler.h
@@ -99,8 +99,6 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
protected:
static void processChat(Net::MessageIn &msg);
- static void processChat2(Net::MessageIn &msg);
-
static void processChatContinue(std::string chatMsg,
const std::string &channel);