summaryrefslogtreecommitdiff
path: root/src/game-server/gamehandler.hpp
diff options
context:
space:
mode:
authorBertram <yohanndotferreiraatorange.fr>2010-03-08 16:24:38 +0100
committerBertram <yohanndotferreiraatorange.fr>2010-03-08 16:24:38 +0100
commit4a0a0952e706417111e5e10d3b0c3585cea6b455 (patch)
treef9279b53dd58d283c4df58730b8314be266caf42 /src/game-server/gamehandler.hpp
parentee0db42667347b87e29218d7abc1326b8fa40689 (diff)
downloadmanaserv-4a0a0952e706417111e5e10d3b0c3585cea6b455.tar.gz
manaserv-4a0a0952e706417111e5e10d3b0c3585cea6b455.tar.bz2
manaserv-4a0a0952e706417111e5e10d3b0c3585cea6b455.tar.xz
manaserv-4a0a0952e706417111e5e10d3b0c3585cea6b455.zip
Remove an unused function and two protocol messages.
TMW-Mantis #25 is resolved, btw. Reviewed-by: thorbjorn, Jaxad0127, and Kage.
Diffstat (limited to 'src/game-server/gamehandler.hpp')
-rw-r--r--src/game-server/gamehandler.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game-server/gamehandler.hpp b/src/game-server/gamehandler.hpp
index 1cc27b26..b4c8029f 100644
--- a/src/game-server/gamehandler.hpp
+++ b/src/game-server/gamehandler.hpp
@@ -80,12 +80,6 @@ class GameHandler: public ConnectionHandler
const std::string &address, int port);
/**
- * Disconnect every player in case of losing the connection
- * to the Account server.
- */
- void disconnectAll();
-
- /**
* Updates the party id of the character
*/
void updateCharacter(int charid, int partyid);