summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
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;