From 18731b0726e470e3eb1b1dc4e0f66903718c331c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 10 Jan 2003 22:19:54 +0000 Subject: fix compiler warning svn-id: r6394 --- scumm/smush/codec47.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/smush') 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) { -- cgit v1.2.3