summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-07-19 12:10:18 +0000
committerAaron Marks <nymacro@gmail.com>2005-07-19 12:10:18 +0000
commit7c69090507eb2d314ca53d99265f538a10a0f1fb (patch)
tree5fe7d81018914ac6689d401f365f986cd6b15333 /src/connectionhandler.h
parente57ecd19592ac46465d340d56c59a9faef26f18c (diff)
downloadmanaserv-7c69090507eb2d314ca53d99265f538a10a0f1fb.tar.gz
manaserv-7c69090507eb2d314ca53d99265f538a10a0f1fb.tar.bz2
manaserv-7c69090507eb2d314ca53d99265f538a10a0f1fb.tar.xz
manaserv-7c69090507eb2d314ca53d99265f538a10a0f1fb.zip
Added character creation.
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index a66c075b..92f7658d 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -99,11 +99,6 @@ class ConnectionHandler
*/
void registerHandler(unsigned int msgId, MessageHandler *handler);
- /**
- * Send queued packets to client
- */
- void sendPackets();
-
private:
std::map<unsigned int, MessageHandler*> handlers;