# HG changeset patch # User diego # Date 1217195786 0 # Node ID 6c2cbc2a8e96e551d7577a96a068ab0f082338af # Parent e8eca33561c7be414995c2dff1130da9582c85d0 Remove unused variable. diff -r e8eca33561c7 -r 6c2cbc2a8e96 vc1.c --- a/vc1.c Sun Jul 27 20:58:29 2008 +0000 +++ b/vc1.c Sun Jul 27 21:56:26 2008 +0000 @@ -3108,7 +3108,6 @@ int cbp; /* cbp decoding stuff */ int mqdiff, mquant; /* MB quantization */ int ttmb = v->ttfrm; /* MB Transform type */ - int status; static const int size_table[6] = { 0, 2, 3, 4, 5, 8 }, offset_table[6] = { 0, 1, 3, 7, 15, 31 };