From e1418f378c66343a35db3791cbf0d54a4be3fbd3 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 15 Nov 2014 12:29:33 -0800 Subject: Generate most config parsers --- src/map/map.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/map/map.cpp') diff --git a/src/map/map.cpp b/src/map/map.cpp index e5705aa..527d3c3 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -116,9 +116,6 @@ const CharName WISP_SERVER_NAME = stringish("Server"_s); map_local undefined_gat = [](){ map_local rv {}; rv.name_ = stringish("undefined.gat"_s); return rv; }(); -static -void map_delmap(MapName mapname); - void SessionDeleter::operator()(SessionData *sd) { really_delete1 static_cast(sd); @@ -1367,7 +1364,6 @@ bool map_readallmap(void) * 読み込むmapを追加する *------------------------------------------ */ -static void map_addmap(MapName mapname) { if (mapname == "clear"_s) -- cgit v1.2.3-70-g09d2