Removed common/map.h with the Common::Map template class (it was a very bad implementation, and our HashMap is simply better).

svn-id: r21688
This commit is contained in:
Max Horn 2006-04-08 11:38:41 +00:00
parent 4572d0ba16
commit dc77d02c7e
6 changed files with 6 additions and 302 deletions

View file

@ -951,7 +951,7 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
char tempName[128];
SubstResFileNames subst = { 0, 0, kGenAsIs };
typedef Common::Map<Common::String, bool> StringSet;
typedef Common::HashMap<Common::String, bool> StringSet;
StringSet fileSet;
for (g = scumm_settings; g->gameid; ++g) {