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 3ce8bdbe..f43b1237 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -85,11 +85,6 @@ class ConnectionHandler
//void receivePacket(NetComputer *computer, Packet *packet);
/**
- * Force disconnection of target computer.
- */
- void forceDisconnect(NetComputer *);
-
- /**
* Send packet to every client, used for announcements.
*/
void sendToEveryone(MessageOut &);