aboutsummaryrefslogtreecommitdiff
path: root/common/unarj.h
diff options
context:
space:
mode:
authorMax Horn2008-11-07 09:57:54 +0000
committerMax Horn2008-11-07 09:57:54 +0000
commit903dd97aa1558ce994e2e44d6b8b33bd09f8dac0 (patch)
tree698e39a55b984f89880838ad9b3557749efb70c5 /common/unarj.h
parent81431f18cd620c521c7b880d6c8b41279721bafb (diff)
downloadscummvm-rg350-903dd97aa1558ce994e2e44d6b8b33bd09f8dac0.tar.gz
scummvm-rg350-903dd97aa1558ce994e2e44d6b8b33bd09f8dac0.tar.bz2
scummvm-rg350-903dd97aa1558ce994e2e44d6b8b33bd09f8dac0.zip
Refactoring the Arj decoder code, phase 3 (fixing some more leaks, too)
svn-id: r34924
Diffstat (limited to 'common/unarj.h')
-rw-r--r--common/unarj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/unarj.h b/common/unarj.h
index f3473a6d79..060e72f560 100644
--- a/common/unarj.h
+++ b/common/unarj.h
@@ -58,7 +58,6 @@ public:
private:
bool _fallBack;
- File _currArchive;
Array<ArjHeader *> _headers;
ArjFilesMap _fileMap;
StringMap _archMap;