From 1a21f967e71660f9c48b7cbd93e315ff40316994 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Sep 2014 13:50:18 +0300 Subject: Move processLangReuqest from tmwa namespace into ea. --- src/net/tmwa/npchandler.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/net/tmwa/npchandler.cpp') diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 4c96eac21..5339666be 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -33,8 +33,6 @@ #include "net/ea/eaprotocol.h" -#include "utils/langs.h" - #include "debug.h" extern Net::NpcHandler *npcHandler; @@ -345,13 +343,6 @@ void NpcHandler::processNpcCommand(Net::MessageIn &msg) } } -void NpcHandler::processLangReuqest(Net::MessageIn &msg A_UNUSED, - const int npcId) -{ - mRequestLang = false; - stringInput(npcId, getLangSimple()); -} - void NpcHandler::processChangeTitle(Net::MessageIn &msg) { const int npcId = getNpc(msg); -- cgit v1.2.3-60-g2f50