From 365b09d7029abf778d4210cb47f393dee5d749a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 15 Mar 2016 21:46:45 +0300 Subject: Remove old evol server type. --- src/gui/windows/serverdialog.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/gui/windows/serverdialog.cpp') diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp index 158d5909e..179173d2c 100644 --- a/src/gui/windows/serverdialog.cpp +++ b/src/gui/windows/serverdialog.cpp @@ -53,14 +53,10 @@ static std::string serverTypeToString(const ServerTypeT type) { switch (type) { -#ifdef TMWA_SUPPORT case ServerType::TMWATHENA: +#ifdef TMWA_SUPPORT return "TmwAthena"; - case ServerType::EVOL: - return "Evol"; #else - case ServerType::TMWATHENA: - case ServerType::EVOL: return ""; #endif #ifdef EATHENA_SUPPORT @@ -92,7 +88,6 @@ static uint16_t defaultPortForServerType(const ServerTypeT type) case ServerType::UNKNOWN: #ifdef TMWA_SUPPORT case ServerType::TMWATHENA: - case ServerType::EVOL: #endif return 6901; } -- cgit v1.2.3-70-g09d2