changeset 20457:a5924600c1f7

remove unused variable
author ods15
date Fri, 27 Oct 2006 21:34:05 +0000
parents 52b0d09d347a
children 038e29652be8
files libmpcodecs/vf_geq.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_geq.c	Fri Oct 27 21:33:01 2006 +0000
+++ b/libmpcodecs/vf_geq.c	Fri Oct 27 21:34:05 2006 +0000
@@ -59,8 +59,6 @@
 static int config(struct vf_instance_s* vf,
         int width, int height, int d_width, int d_height,
         unsigned int flags, unsigned int outfmt){
-        int i;
-
     return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
 }