From f4776cb6852122ea1d6babc3a3df3bdbd401fce7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Feb 2014 17:14:45 +0300 Subject: Remove some manaserv enums usage. --- src/gui/windows/serverdialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/windows/serverdialog.cpp') diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp index faae75ab3..af29da656 100644 --- a/src/gui/windows/serverdialog.cpp +++ b/src/gui/windows/serverdialog.cpp @@ -68,7 +68,6 @@ static std::string serverTypeToString(const ServerInfo::Type type) return "eAthena"; #endif default: - case ServerInfo::MANASERV: case ServerInfo::UNKNOWN: return ""; } @@ -86,7 +85,6 @@ static uint16_t defaultPortForServerType(const ServerInfo::Type type) case ServerInfo::UNKNOWN: case ServerInfo::TMWATHENA: case ServerInfo::EVOL: - case ServerInfo::MANASERV: return 6901; } } -- cgit v1.2.3-70-g09d2