diff options
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); |