summaryrefslogtreecommitdiff
path: root/src/net/manaserv/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/gamehandler.h')
-rw-r--r--src/net/manaserv/gamehandler.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/net/manaserv/gamehandler.h b/src/net/manaserv/gamehandler.h
index 912b308e..2e9f37fe 100644
--- a/src/net/manaserv/gamehandler.h
+++ b/src/net/manaserv/gamehandler.h
@@ -42,10 +42,6 @@ class GameHandler : public MessageHandler, public Net::GameHandler
void disconnect();
- void inGame();
-
- void mapLoaded(const std::string &mapName);
-
void who();
void quit(bool reconnectAccount);
@@ -60,9 +56,8 @@ class GameHandler : public MessageHandler, public Net::GameHandler
void gameLoading();
- /** The ManaServ protocol doesn't use the Mp Main status bar. */
+ /** The ManaServ protocol doesn't use the MP status bar. */
bool canUseMagicBar() const { return false; }
-
};
} // namespace ManaServ