aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/flip_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/flip_support.h')
-rw-r--r--engines/cine/flip_support.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/cine/flip_support.h b/engines/cine/flip_support.h
index 536e31f66b..122b743294 100644
--- a/engines/cine/flip_support.h
+++ b/engines/cine/flip_support.h
@@ -27,8 +27,5 @@
void flipU16(uint16 *);
void flipU32(uint32 *);
-uint16 readU16LE(const void *ptr);
-uint16 readU16BE(const void *ptr);
-uint32 readU32BE(const void *ptr);
#endif