summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index 16f35981..d123834b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -118,9 +118,6 @@ const short defaultScreenHeight = 600;
// Sound
const short defaultSfxVolume = 100;
const short defaultMusicVolume = 60;
-// Account Server Name and port
-const std::string defaultAccountServerName = "testing.themanaworld.org";
-const short defaultAccountServerPort = 9601;
// Defines the number of usable player slots
const short maxSlot = 2;