diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/serverinfo.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h index 335a2115..ec8cc655 100644 --- a/src/net/serverinfo.h +++ b/src/net/serverinfo.h @@ -74,15 +74,6 @@ public: return (type != other.type || hostname != other.hostname || port != other.port); } - - Type static getCurrentType() - { -#ifdef MANASERV_SUPPORT - return MANASERV; -#else - return EATHENA; -#endif - } }; typedef std::vector<ServerInfo> ServerInfos; |