diff -r 9b6a0daedfc0 -r afd63357a03d sources/network/ipaddress.cpp --- a/sources/network/ipaddress.cpp Wed Jan 27 14:05:39 2021 +0200 +++ b/sources/network/ipaddress.cpp Wed Jan 27 14:06:45 2021 +0200 @@ -48,24 +48,6 @@ // ----------------------------------------------------------------------------- // -IPAddress::IPAddress() : - host (0), - port (0) {} - -// ----------------------------------------------------------------------------- -// -IPAddress::IPAddress (unsigned long host, unsigned short port) : - host (host), - port (port) {} - -// ----------------------------------------------------------------------------- -// -IPAddress::IPAddress (const IPAddress& other) : - host (other.host), - port (other.port) {} - -// ----------------------------------------------------------------------------- -// std::string IPAddress::to_string (WithPort withport) const { std::string val;