summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r--src/net/eathena/maphandler.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h
index 432039209..d9da12ded 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/maphandler.h
@@ -38,14 +38,7 @@ class MapHandler final : public Net::MapHandler
A_DELETE_COPY(MapHandler)
- protected:
- void processInstanceStart(Net::MessageIn &msg);
-
- void processInstanceCreate(Net::MessageIn &msg);
-
- void processInstanceInfo(Net::MessageIn &msg);
-
- void processInstanceDelete(Net::MessageIn &msg);
+ ~MapHandler();
};
} // namespace EAthena