diff options
author | Max Horn | 2008-11-07 09:57:54 +0000 |
---|---|---|
committer | Max Horn | 2008-11-07 09:57:54 +0000 |
commit | 903dd97aa1558ce994e2e44d6b8b33bd09f8dac0 (patch) | |
tree | 698e39a55b984f89880838ad9b3557749efb70c5 /common/unarj.h | |
parent | 81431f18cd620c521c7b880d6c8b41279721bafb (diff) | |
download | scummvm-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.h | 1 |
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; |