From 889108ea9a75a0591cac7efb49bac65629b6fb86 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 24 Jan 2010 14:41:18 -0700 Subject: Better handle server types Now they are stored in the config file instead of defaulting to current build type. --- src/net/serverinfo.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/net/serverinfo.h') 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 ServerInfos; -- cgit v1.2.3-70-g09d2