projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d7614
)
Removing unused var 'slotfile'
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 23 Nov 2014 21:25:31 +0000
(22:25 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 23 Nov 2014 21:25:31 +0000
(22:25 +0100)
src/supertux/world.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/world.cpp
b/src/supertux/world.cpp
index
b6734cc
..
f9a2e0a
100644
(file)
--- 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();
}