From 8d312069a243eefcc25d771d71bee8776ef6f49f Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Tue, 2 Sep 2014 01:18:17 +0200 Subject: [PATCH] Removed obsolete comment --- src/supertux/world.cpp | 3 --- 1 file changed, 3 deletions(-) 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(); -- 2.11.0