diff options
-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) { |