summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 944b1c6a..943c2d12 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -83,7 +83,7 @@ class ConnectionHandler
/**
* Called when a computer reconnects to a network session.
*/
- void computerReconnected(NetComputer *computer);
+ //void computerReconnected(NetComputer *computer);
/**
* Called when a computer disconnects from a network session.
@@ -96,7 +96,7 @@ class ConnectionHandler
/**
* Called when a computer sends a packet to the network session.
*/
- void receivePacket(NetComputer *computer, Packet *packet);
+ //void receivePacket(NetComputer *computer, Packet *packet);
/**
* Registers a message handler to handle a certain message type.