summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 12:27:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 12:27:52 +0300
commit47d811c90a4655b69f1846c16150efebbfa4ccfa (patch)
tree6624874f4da16cb900fc7aa730e5b0ccde4a0c9f /src/net/ea/chathandler.h
parent08fbe14b1b261b5652f90212fd268d371302e762 (diff)
downloadplus-47d811c90a4655b69f1846c16150efebbfa4ccfa.tar.gz
plus-47d811c90a4655b69f1846c16150efebbfa4ccfa.tar.bz2
plus-47d811c90a4655b69f1846c16150efebbfa4ccfa.tar.xz
plus-47d811c90a4655b69f1846c16150efebbfa4ccfa.zip
Move processWhisperContinue from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r--src/net/ea/chathandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index b5f77eb64..6ca511b4b 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -58,9 +58,6 @@ class ChatHandler notfinal : public Net::ChatHandler
void clear() override final;
- static void processWhisperContinue(const std::string &nick,
- std::string chatMsg);
-
static void processWhisperResponseContinue(const uint8_t type);
protected: