aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2003-01-10 22:19:54 +0000
committerMax Horn2003-01-10 22:19:54 +0000
commit18731b0726e470e3eb1b1dc4e0f66903718c331c (patch)
treea845b8d3149a5387947847fa3fa0e5d0ccedb79f /scumm/smush
parentebdf89e4184240a752061c7c8d5450dbca809f39 (diff)
downloadscummvm-rg350-18731b0726e470e3eb1b1dc4e0f66903718c331c.tar.gz
scummvm-rg350-18731b0726e470e3eb1b1dc4e0f66903718c331c.tar.bz2
scummvm-rg350-18731b0726e470e3eb1b1dc4e0f66903718c331c.zip
fix compiler warning
svn-id: r6394
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/codec47.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index 8155497487..97496e7a2d 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -225,7 +225,6 @@ static int16 codec47_table[] = {
static byte smush_buf_big[99328];
static byte smush_buf_small[32768];
-static byte smush_buffer[65536];
static int16 smush_table[256];
void Codec47Decoder::makeTables37(int32 param) {