summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/mapmanager.hpp')
-rw-r--r--src/game-server/mapmanager.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game-server/mapmanager.hpp b/src/game-server/mapmanager.hpp
index 1090a850..7ac3970b 100644
--- a/src/game-server/mapmanager.hpp
+++ b/src/game-server/mapmanager.hpp
@@ -69,12 +69,6 @@ class MapManager
~MapManager();
private:
- /**
- * Loads the specified map.
- */
- void loadMap(unsigned, std::string const &);
-
- // Hold all the loaded maps.
Maps maps;
};