aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
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);