From 032baa8cd8edb34c8aa11cb3ec9a1f1fb1a0c8b7 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 5 Jul 2014 13:39:59 +0200 Subject: SCUMM: Remove unused variable. --- engines/scumm/detection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 55df5926fc..e77047d1b7 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -223,7 +223,6 @@ static const char *getSteamExeNameFromPattern(Common::String pattern, Common::Pl static Common::String generateFilenameForDetection(const char *pattern, FilenameGenMethod genMethod, Common::Platform platform) { Common::String result; - Common::String patternStr = pattern; switch (genMethod) { case kGenDiskNum: -- cgit v1.2.3