From e1d12d53665a1179ccffcee8d390bf1d8bdec078 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 7 May 2012 12:48:15 +0300 Subject: Removed unused variable --- src/video_dec/bitplane.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video_dec/bitplane.c b/src/video_dec/bitplane.c index fa9f0ffba..638d390c9 100644 --- a/src/video_dec/bitplane.c +++ b/src/video_dec/bitplane.c @@ -1097,7 +1097,6 @@ static void bitplane_decode_data (video_decoder_t *this_gen, AnimHeader *anhd = NULL; int i = 0; int j = 0; - int buf_ptr = 0; unsigned char r = 0; unsigned char g = 0; unsigned char b = 0; @@ -1249,7 +1248,6 @@ static void bitplane_decode_data (video_decoder_t *this_gen, (anhd->operation == IFF_ANHD_ILBM) ) { /* iterate through each row */ - buf_ptr = 0; this->size_uk = (((this->num_pixel) / 8) * this->num_bitplanes); if( this->buf_uk_hist != NULL ) -- cgit v1.2.3