about summary refs log tree commit diff
path: root/src/banmaster/banmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/banmaster/banmaster.h')
-rw-r--r--src/banmaster/banmaster.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/banmaster/banmaster.h b/src/banmaster/banmaster.h
deleted file mode 100644
index fb89e3c0..00000000
--- a/src/banmaster/banmaster.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
-/* If you are missing that file, acquire a complete release at teeworlds.com.                */
-#ifndef BANMASTER_BANMASTER_H
-#define BANMASTER_BANMASTER_H
-
-static const int BANMASTER_PORT = 8302;
-
-static const char BANMASTER_IPBAN[] = {255, 255, 255, 255, 'i', 'p', 'b', 'a'};
-static const char BANMASTER_IPCHECK[] = {255, 255, 255, 255, 'i', 'p', 'c', 'h'};
-static const char BANMASTER_IPREPORT[] = {255, 255, 255, 255, 'i', 'p', 'r', 'e'};
-
-#endif