# HG changeset patch # User reimar # Date 1239996110 0 # Node ID f9828d48e19cba28a019198b4660a1c636340eba # Parent bdb94921332a46f3cb062525260174fa527d2a70 Remove unused code_counts array from interplavideo.c. diff -r bdb94921332a -r f9828d48e19c interplayvideo.c --- a/interplayvideo.c Fri Apr 17 19:17:14 2009 +0000 +++ b/interplayvideo.c Fri Apr 17 19:21:50 2009 +0000 @@ -569,7 +569,6 @@ int index = 0; unsigned char opcode; int ret; - int code_counts[16] = {0}; static int frame = 0; debug_interplay("------------------ frame %d\n", frame); @@ -597,7 +596,6 @@ debug_interplay(" block @ (%3d, %3d): encoding 0x%X, data ptr @ %p\n", x - y, y / s->stride, opcode, s->stream_ptr); - code_counts[opcode]++; s->pixel_ptr = s->current_frame.data[0] + x; ret = ipvideo_decode_block[opcode](s);