aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-01-13 23:57:53 +0000
committerMax Horn2010-01-13 23:57:53 +0000
commita88b2639f5d4cfae5f8f8a115f2c703653dbd296 (patch)
treef8982c423320d41e13161e369c4898e45b30970d
parent286d18b423509dbc57982975afa21b1056f4566c (diff)
downloadscummvm-rg350-a88b2639f5d4cfae5f8f8a115f2c703653dbd296.tar.gz
scummvm-rg350-a88b2639f5d4cfae5f8f8a115f2c703653dbd296.tar.bz2
scummvm-rg350-a88b2639f5d4cfae5f8f8a115f2c703653dbd296.zip
SCI: empty() checks whether the map is empty... removing useless line of code :)
svn-id: r47294
-rw-r--r--engines/sci/resource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp
index 81481a042f..9428b1abed 100644
--- a/engines/sci/resource.cpp
+++ b/engines/sci/resource.cpp
@@ -579,7 +579,6 @@ ResourceManager::~ResourceManager() {
itr ++;
}
freeResourceSources();
- _resMap.empty();
Common::List<Common::File *>::iterator it = _volumeFiles.begin();
while (it != _volumeFiles.end()) {