From: Ingo Ruhnke Date: Mon, 1 Sep 2014 23:18:17 +0000 (+0200) Subject: Removed obsolete comment X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=8d312069a243eefcc25d771d71bee8776ef6f49f Removed obsolete comment --- diff --git a/src/supertux/world.cpp b/src/supertux/world.cpp index cb87b32f3..b6734cc76 100644 --- a/src/supertux/world.cpp +++ b/src/supertux/world.cpp @@ -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();