From 84d2bab38202cd52b5eb0a37c12204ab6f607915 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Sep 2015 20:58:41 +0300 Subject: Remove MessageHandler class --- src/net/tmwa/maphandler.cpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/net/tmwa/maphandler.cpp') diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp index 2f2d37a82..6b3262ee5 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -27,19 +27,9 @@ extern Net::MapHandler *mapHandler; namespace TmwAthena { -MapHandler::MapHandler() : - MessageHandler() +MapHandler::MapHandler() { - static const uint16_t _messages[] = - { - 0 - }; - handledMessages = _messages; mapHandler = this; } -void MapHandler::handleMessage(Net::MessageIn &msg A_UNUSED) -{ -} - } // namespace TmwAthena -- cgit v1.2.3-60-g2f50