mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
HDB: Remove redundant FileMan function
This commit is contained in:
parent
8825980e1f
commit
b90f0e143f
@ -197,21 +197,4 @@ Common::Array<const char *> *FileMan::findFiles(const char *string, DataType typ
|
||||
return result;
|
||||
}
|
||||
|
||||
#if 0
|
||||
MPCEntry **FileMan::findNextData(MPCIterator begin) {
|
||||
Common::String fileString;
|
||||
|
||||
for (MPCIterator it = begin+1; it != _dir.end(); it++) {
|
||||
fileString = (*it)->filename;
|
||||
if (fileString.contains((*begin)->filename)) {
|
||||
if ((*it)->type == (*begin)->type) {
|
||||
return it;
|
||||
}
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // End of Namespace HDB
|
||||
|
Loading…
Reference in New Issue
Block a user