diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chathandler.cpp | 1 | ||||
-rw-r--r-- | src/mapmanager.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/chathandler.cpp b/src/chathandler.cpp index 3d109274..ad800a31 100644 --- a/src/chathandler.cpp +++ b/src/chathandler.cpp @@ -21,7 +21,6 @@ * $Id$ */ -#include <cctype> #include "chathandler.h" #include "state.h" #include "being.h" diff --git a/src/mapmanager.cpp b/src/mapmanager.cpp index 95ed73e4..be208838 100644 --- a/src/mapmanager.cpp +++ b/src/mapmanager.cpp @@ -37,7 +37,6 @@ MapManager::~MapManager() void MapManager::loadMap(const unsigned int mapId) { - //TODO: Check if the id exists, then get the string associated. Storage &store = Storage::instance("tmw"); std::string mapFile = store.getMapNameFromId(mapId); Map *map = MapReader::readMap("maps/" + mapFile); |