diff options
author | Andreas Habel <mail@exceptionfault.de> | 2009-10-06 22:00:44 +0200 |
---|---|---|
committer | Andreas Habel <mail@exceptionfault.de> | 2009-10-06 22:05:42 +0200 |
commit | 610dc30ceecdfe538f71826689630e0f28c278cc (patch) | |
tree | c986e5d55850c908e62e46c090c3c0b73505edd4 /src/main.cpp | |
parent | c1b93b0bfe2d7c4568de26af85523f83e72293d4 (diff) | |
download | mana-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.cpp | 6 |
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 |