aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-07-28 15:35:26 +0000
committerPaweł Kołodziejski2002-07-28 15:35:26 +0000
commit0b3c263857da4e8f30b0c416318130b6fd5830eb (patch)
treeb2c1d5ef2524eda23d64b2c665b135b9d5680ebf /sound/mixer.h
parent6dd5de48f91a3c693432723eb083491c0c3d4d74 (diff)
downloadscummvm-rg350-0b3c263857da4e8f30b0c416318130b6fd5830eb.tar.gz
scummvm-rg350-0b3c263857da4e8f30b0c416318130b6fd5830eb.tar.bz2
scummvm-rg350-0b3c263857da4e8f30b0c416318130b6fd5830eb.zip
moved file bundle stuff into class Bundle
svn-id: r4671
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 49fe0eca19..7f52e88f54 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -207,9 +207,4 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */
int compressed_size;
};
-struct BundleAudioTable { /* Dig/CMI .bun audio */
- char filename[13];
- int size;
- int offset;
-};
#endif /* _mixer_h_included */