diff options
| author | Max Horn | 2010-01-13 23:57:53 +0000 |
|---|---|---|
| committer | Max Horn | 2010-01-13 23:57:53 +0000 |
| commit | a88b2639f5d4cfae5f8f8a115f2c703653dbd296 (patch) | |
| tree | f8982c423320d41e13161e369c4898e45b30970d | |
| parent | 286d18b423509dbc57982975afa21b1056f4566c (diff) | |
| download | scummvm-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.cpp | 1 |
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()) { |
