summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
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