From: Tobias Markus Date: Sun, 23 Nov 2014 21:25:31 +0000 (+0100) Subject: Removing unused var 'slotfile' X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=5f860f41a3f362de0a5dda951ff2ba4ebff95681 Removing unused var 'slotfile' --- diff --git a/src/supertux/world.cpp b/src/supertux/world.cpp index b6734cc76..f9a2e0aea 100644 --- a/src/supertux/world.cpp +++ b/src/supertux/world.cpp @@ -44,7 +44,6 @@ World::load(const std::string& directory) std::string worlddirname = FileSystem::basename(directory); std::ostringstream stream; stream << "profile" << g_config->profile << "/" << worlddirname << ".stsg"; - std::string slotfile = stream.str(); world->m_savegame_filename = stream.str(); }