From d18a2a0ed390162b771fea7d4c101f37f6be247a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Sep 2014 17:14:27 +0300 Subject: Move processWhisperResponse from ea namespace into eathena and tmwa. --- src/net/ea/chathandler.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/net/ea/chathandler.cpp') diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 6e6b9927e..b10123706 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -83,14 +83,6 @@ void ChatHandler::talkPet(const std::string &restrict text, talk(action, channel); } -void ChatHandler::processWhisperResponse(Net::MessageIn &msg) -{ - BLOCK_START("ChatHandler::processWhisperResponse") - - const uint8_t type = msg.readUInt8("response"); - processWhisperResponseContinue(type); -} - void ChatHandler::processWhisperResponseContinue(const uint8_t type) { std::string nick; -- cgit v1.2.3-60-g2f50