diff options
Diffstat (limited to 'src/net/connectionhandler.hpp')
-rw-r--r-- | src/net/connectionhandler.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/connectionhandler.hpp b/src/net/connectionhandler.hpp index 76bea198..5787375a 100644 --- a/src/net/connectionhandler.hpp +++ b/src/net/connectionhandler.hpp @@ -32,12 +32,6 @@ class MessageOut; class NetComputer; /** - * Convert a IP4 address into its string representation - */ -std::string -ip4ToString(unsigned int ip4addr); - -/** * This class represents the connection handler interface. The connection * handler will respond to connect/reconnect/disconnect events and handle * incoming messages, passing them on to registered message handlers. |