diff libvo/vo_gl.c @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents 960434b7d963
children 96e93cd1ac9e
line wrap: on
line diff
--- a/libvo/vo_gl.c	Mon May 28 08:18:23 2007 +0000
+++ b/libvo/vo_gl.c	Mon May 28 08:42:35 2007 +0000
@@ -261,7 +261,6 @@
   GLint scale_type = (scaled_osd) ? GL_LINEAR : GL_NEAREST;
   ass_image_t *img = imgs->imgs;
   ass_image_t *i;
-  int cnt;
 
   if (imgs->changed == 0) // there are elements, but they are unchanged
       return;