aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
authorMax Horn2003-06-27 00:10:17 +0000
committerMax Horn2003-06-27 00:10:17 +0000
commitc10905b975a2bf929b1e053525907663879fdb7f (patch)
tree85c0301a0fced10338556736a43eed668fcd026b /scumm/bundle.h
parentaa19687a4c9affcdb03ae76e269766dd6237ca4c (diff)
downloadscummvm-rg350-c10905b975a2bf929b1e053525907663879fdb7f.tar.gz
scummvm-rg350-c10905b975a2bf929b1e053525907663879fdb7f.tar.bz2
scummvm-rg350-c10905b975a2bf929b1e053525907663879fdb7f.zip
cleanup
svn-id: r8662
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r--scumm/bundle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index 21cc4c0680..851e816c87 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -56,7 +56,6 @@ private:
void initializeImcTables();
- int32 compDecode(byte *src, byte *dst);
int32 decompressCodec(int32 codec, byte *comp_input, byte *comp_output, int32 size);
int32 decompressVoiceSampleByIndex(int32 index, byte **comp_final);