aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/imuse_digi/dimuse_bndmgr.cpp1
-rw-r--r--scumm/imuse_digi/dimuse_bndmgr.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/scumm/imuse_digi/dimuse_bndmgr.cpp b/scumm/imuse_digi/dimuse_bndmgr.cpp
index d3c736c38d..f57bdbf8ae 100644
--- a/scumm/imuse_digi/dimuse_bndmgr.cpp
+++ b/scumm/imuse_digi/dimuse_bndmgr.cpp
@@ -104,7 +104,6 @@ int BundleDirCache::matchFile(const char *filename, const char *directory) {
name[z] = '\0';
strcpy(_budleDirCache[freeSlot].bundleTable[i].filename, name);
_budleDirCache[freeSlot].bundleTable[i].offset = file.readUint32BE();
- _budleDirCache[freeSlot].bundleTable[i].size = file.readUint32BE();
}
return freeSlot;
} else {
diff --git a/scumm/imuse_digi/dimuse_bndmgr.h b/scumm/imuse_digi/dimuse_bndmgr.h
index a9cab6c0da..8c35be3522 100644
--- a/scumm/imuse_digi/dimuse_bndmgr.h
+++ b/scumm/imuse_digi/dimuse_bndmgr.h
@@ -30,7 +30,6 @@ class BundleDirCache {
public:
struct AudioTable {
char filename[13];
- int32 size;
int32 offset;
};
private: