diff options
author | Johannes Schickel | 2014-07-05 13:39:59 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-07-05 13:39:59 +0200 |
commit | 032baa8cd8edb34c8aa11cb3ec9a1f1fb1a0c8b7 (patch) | |
tree | 7928c86f46b3a57a19827da1ffab90b586602b7c /engines/scumm | |
parent | 4ba6f07a6c03c51eaec35853cacaf2165f752795 (diff) | |
download | scummvm-rg350-032baa8cd8edb34c8aa11cb3ec9a1f1fb1a0c8b7.tar.gz scummvm-rg350-032baa8cd8edb34c8aa11cb3ec9a1f1fb1a0c8b7.tar.bz2 scummvm-rg350-032baa8cd8edb34c8aa11cb3ec9a1f1fb1a0c8b7.zip |
SCUMM: Remove unused variable.
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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: |