aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bomp.cpp')
-rw-r--r--scumm/bomp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/bomp.cpp b/scumm/bomp.cpp
index d747829114..3798a32333 100644
--- a/scumm/bomp.cpp
+++ b/scumm/bomp.cpp
@@ -27,8 +27,6 @@
static void bompScaleFuncX(byte *line_buffer, byte *scaling_x_ptr, byte skip, int32 size);
-static void bompDecodeLineReverse(byte *dst, const byte *src, int size);
-
static void bompApplyShadow0(const byte *line_buffer, byte *dst, int32 size, byte transparency);
static void bompApplyShadow1(const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency);
static void bompApplyShadow3(const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency);