summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 91a9038c8..6e4341372 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -524,7 +524,6 @@ bool Game::saveScreenshot(SDL_Surface *const screenshot)
}
// Search for an unused screenshot name
- std::stringstream filenameSuffix;
std::stringstream filename;
std::fstream testExists;
bool found = false;