aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/unpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/unpack.h')
-rw-r--r--engines/cine/unpack.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h
index eadf19d947..5a57f836a0 100644
--- a/engines/cine/unpack.h
+++ b/engines/cine/unpack.h
@@ -30,14 +30,6 @@
namespace Cine {
-struct UnpackCtx {
- int size, datasize;
- uint32 crc;
- uint32 chk;
- byte *dst;
- const byte *src;
-};
-
bool delphineUnpack(byte *dst, const byte *src, int len);
} // End of namespace Cine