Removed obsolete comment
authorIngo Ruhnke <grumbel@gmail.com>
Mon, 1 Sep 2014 23:18:17 +0000 (01:18 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Wed, 1 Oct 2014 16:41:56 +0000 (18:41 +0200)
src/supertux/world.cpp

index cb87b32..b6734cc 100644 (file)
@@ -43,9 +43,6 @@ World::load(const std::string& directory)
   { // generate savegame filename
     std::string worlddirname = FileSystem::basename(directory);
     std::ostringstream stream;
-#ifdef GRUMBEL
-    // sanitize this!
-#endif
     stream << "profile" << g_config->profile << "/" << worlddirname << ".stsg";
     std::string slotfile = stream.str();
     world->m_savegame_filename = stream.str();