mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
removed old code
svn-id: r10464
This commit is contained in:
parent
61f0d78034
commit
8782ad0f91
@ -77,14 +77,6 @@ int32 QueenResource::resourceIndex(const char *filename) {
|
||||
*ptr = toupper(*ptr);
|
||||
while (*ptr++);
|
||||
|
||||
|
||||
/*
|
||||
for (uint32 i = 0; i < _gameVersion->resourceEntries; i++)
|
||||
if (!(strcmp(entryName, _gameVersion->resourceTable[i].filename)))
|
||||
return i;
|
||||
return -1;
|
||||
*/
|
||||
|
||||
uint32 low = 0;
|
||||
uint32 high = _gameVersion->resourceEntries - 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user