summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2009-10-06 22:00:44 +0200
committerAndreas Habel <mail@exceptionfault.de>2009-10-06 22:05:42 +0200
commit610dc30ceecdfe538f71826689630e0f28c278cc (patch)
treec986e5d55850c908e62e46c090c3c0b73505edd4 /src/main.cpp
parentc1b93b0bfe2d7c4568de26af85523f83e72293d4 (diff)
downloadmana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.gz
mana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.bz2
mana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.xz
mana-610dc30ceecdfe538f71826689630e0f28c278cc.zip
Implemented server selection list loaded from online xml file.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 52847b3e..82e8ff50 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -121,12 +121,6 @@
#include <sys/stat.h>
#endif
-#ifdef TWMSERV_SUPPORT
-#define DEFAULT_PORT 9601
-#else
-#define DEFAULT_PORT 6901
-#endif
-
namespace
{
struct SetupListener : public gcn::ActionListener