summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-08 13:50:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-08 13:50:18 +0300
commit1a21f967e71660f9c48b7cbd93e315ff40316994 (patch)
tree97b4cb2764ab7c0690c73241e1f833df1b0a991f /src/net/tmwa/npchandler.h
parentf6be620b3f688a4ef4bb3983d9d5fe8afef7f013 (diff)
downloadplus-1a21f967e71660f9c48b7cbd93e315ff40316994.tar.gz
plus-1a21f967e71660f9c48b7cbd93e315ff40316994.tar.bz2
plus-1a21f967e71660f9c48b7cbd93e315ff40316994.tar.xz
plus-1a21f967e71660f9c48b7cbd93e315ff40316994.zip
Move processLangReuqest from tmwa namespace into ea.
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r--src/net/tmwa/npchandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h
index a7684ff07..aeb1410e3 100644
--- a/src/net/tmwa/npchandler.h
+++ b/src/net/tmwa/npchandler.h
@@ -69,8 +69,6 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler
void processNpcCommand(Net::MessageIn &msg);
- void processLangReuqest(Net::MessageIn &msg, const int npcId);
-
void processChangeTitle(Net::MessageIn &msg);
};