changeset 1128:04c964e51da0 libavformat

Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
author diego
date Tue, 20 Jun 2006 22:19:11 +0000
parents 62d13f784e01
children 2eb2fd065a50
files nut.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nut.c	Tue Jun 20 19:46:09 2006 +0000
+++ b/nut.c	Tue Jun 20 22:19:11 2006 +0000
@@ -1413,7 +1413,6 @@
 static int nut_read_close(AVFormatContext *s)
 {
     NUTContext *nut = s->priv_data;
-    int i;
 
     av_freep(&nut->stream);