aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2004-08-29 12:52:16 +0000
committerJonathan Gray2004-08-29 12:52:16 +0000
commitca6ad7a76fe48737b6daf6ce3259227850fc5d27 (patch)
treea0b13370e1627a90236e11bcfa4ed82761231c12
parentcbf5a60bab5770e7b199014f509720a248d12d5a (diff)
downloadscummvm-rg350-ca6ad7a76fe48737b6daf6ce3259227850fc5d27.tar.gz
scummvm-rg350-ca6ad7a76fe48737b6daf6ce3259227850fc5d27.tar.bz2
scummvm-rg350-ca6ad7a76fe48737b6daf6ce3259227850fc5d27.zip
remove unused var
svn-id: r14828
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 2a0b075501..93c30836b4 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1071,7 +1071,7 @@ void ScummEngine_v72he::o72_findAllObjects() {
}
void ScummEngine_v72he::o72_deleteFile() {
- int len, r;
+ int r;
byte filename[100];
copyScriptString(filename);