diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 14:13:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 17:04:46 +0300 |
commit | 88b62a5e35961c738c70ae193ee49943caf7f625 (patch) | |
tree | 2511767e3e2b20b63e0db8041203869a3036b1a6 /src/net/ea/chathandler.h | |
parent | ce87c6e969dd2af24e50341e6da86918d4cf52a6 (diff) | |
download | plus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.gz plus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.bz2 plus-88b62a5e35961c738c70ae193ee49943caf7f625.tar.xz plus-88b62a5e35961c738c70ae193ee49943caf7f625.zip |
Move processBeingChat from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r-- | src/net/ea/chathandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index 6ca511b4b..5792bedac 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -50,8 +50,6 @@ class ChatHandler notfinal : public Net::ChatHandler void me(const std::string &restrict text, const std::string &restrict channel) const override final; - static void processBeingChat(Net::MessageIn &msg); - static void processMVP(Net::MessageIn &msg); static void processIgnoreAllResponse(Net::MessageIn &msg); |