diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-27 17:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-27 17:14:45 +0300 |
commit | f4776cb6852122ea1d6babc3a3df3bdbd401fce7 (patch) | |
tree | a53c31b3e789291d3edb3986fbf6359a2caa6efc /src/gui/windows/serverdialog.cpp | |
parent | c61f1b6abe8e68995f00ae3a939afe5049e5cdb3 (diff) | |
download | plus-f4776cb6852122ea1d6babc3a3df3bdbd401fce7.tar.gz plus-f4776cb6852122ea1d6babc3a3df3bdbd401fce7.tar.bz2 plus-f4776cb6852122ea1d6babc3a3df3bdbd401fce7.tar.xz plus-f4776cb6852122ea1d6babc3a3df3bdbd401fce7.zip |
Remove some manaserv enums usage.
Diffstat (limited to 'src/gui/windows/serverdialog.cpp')
-rw-r--r-- | src/gui/windows/serverdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; } } |