summaryrefslogtreecommitdiff
path: root/src/net/tmwa/maphandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/maphandler.cpp')
-rw-r--r--src/net/tmwa/maphandler.cpp12
1 files changed, 1 insertions, 11 deletions
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