summaryrefslogtreecommitdiff
path: root/src/net/serverinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/serverinfo.h')
-rw-r--r--src/net/serverinfo.h9
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;