From f1e3c9368b60f1caa87fec787431ea9ee97892b8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 5 Jul 2008 07:28:35 +0000 Subject: Remove unused variable, fixes the warning: libavcodec/nellymoserdec.c:133: warning: unused variable ā€˜iā€™ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/nellymoserdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/nellymoserdec.c') diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index b30400b680..c177f60ca9 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -130,7 +130,6 @@ static void nelly_decode_block(NellyMoserDecodeContext *s, static av_cold int decode_init(AVCodecContext * avctx) { NellyMoserDecodeContext *s = avctx->priv_data; - int i; s->avctx = avctx; av_init_random(0, &s->random_state); -- cgit v1.2.3