aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-08-18 15:13:15 +0000
committerPaweł Kołodziejski2003-08-18 15:13:15 +0000
commitc9b054462532325548d02ee01e147d2b3e991b40 (patch)
tree59666bf91870f445c290ed8dc762282443743299 /scumm/bomp.cpp
parent487084e5ad8a2557b060e1c5ff5b99094379f804 (diff)
downloadscummvm-rg350-c9b054462532325548d02ee01e147d2b3e991b40.tar.gz
scummvm-rg350-c9b054462532325548d02ee01e147d2b3e991b40.tar.bz2
scummvm-rg350-c9b054462532325548d02ee01e147d2b3e991b40.zip
some changes for smush codec 1 and 3, handled by bomp decompression
svn-id: r9766
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);