summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 5eef78856..4e293c489 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3257,8 +3257,6 @@ int map_config_read(char *cfgName) {
} else if (strcmpi(w1, "map_port") == 0) {
clif_setport(atoi(w2));
map_port = (atoi(w2));
- //} else if (strcmpi(w1, "water_height") == 0) {
- // map_readwater(w2);
} else if (strcmpi(w1, "map") == 0) {
map_addmap(w2);
} else if (strcmpi(w1, "delmap") == 0) {