diff options
author | Max Horn | 2003-01-10 22:19:54 +0000 |
---|---|---|
committer | Max Horn | 2003-01-10 22:19:54 +0000 |
commit | 18731b0726e470e3eb1b1dc4e0f66903718c331c (patch) | |
tree | a845b8d3149a5387947847fa3fa0e5d0ccedb79f /scumm/smush | |
parent | ebdf89e4184240a752061c7c8d5450dbca809f39 (diff) | |
download | scummvm-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.cpp | 1 |
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) { |