aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/resource.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 82cb649bfa..4490dbc9b0 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -561,11 +561,6 @@ void ScummEngine::readIndexBlock(uint32 blocktype, uint32 itemsize) {
readArrayFromIndexFile();
break;
- case MKID('LECF'):
- _fileHandle->seek(itemsize - 8, SEEK_CUR);
- debug(2, "LECF index block not yet handled, skipping");
- break;
-
default:
error("Bad ID %04X('%s') found in index file directory!", blocktype,
tag2str(blocktype));