diff options
author | Strangerke | 2016-05-30 07:14:16 +0200 |
---|---|---|
committer | Strangerke | 2016-05-30 07:14:16 +0200 |
commit | 73c366ac5b0007177bd094a06b6f94cb78e9084a (patch) | |
tree | 773ce4fb242ad7d18ae6c9af36d8c2cf785648fb | |
parent | 06eef7a4089a16ed0d52dfaf825b90ba0d1a024c (diff) | |
download | scummvm-rg350-73c366ac5b0007177bd094a06b6f94cb78e9084a.tar.gz scummvm-rg350-73c366ac5b0007177bd094a06b6f94cb78e9084a.tar.bz2 scummvm-rg350-73c366ac5b0007177bd094a06b6f94cb78e9084a.zip |
GNAp: Remove an unused variable
-rw-r--r-- | engines/gnap/detection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index 25d1544b29..4445fcdea6 100644 --- a/engines/gnap/detection.cpp +++ b/engines/gnap/detection.cpp @@ -156,7 +156,6 @@ SaveStateDescriptor GnapMetaEngine::querySaveMetaInfos(const char *target, int s Common::String saveName; char ch; - int i = 0; while ((ch = (char)file->readByte()) != '\0') saveName += ch; |