[MPlayer-cvslog] r23670 - trunk/libvo/vo_gl2.c

reimar subversion at mplayerhq.hu
Tue Jun 26 17:51:52 CEST 2007


Author: reimar
Date: Tue Jun 26 17:51:51 2007
New Revision: 23670

Log:
Remove two unused variables


Modified:
   trunk/libvo/vo_gl2.c

Modified: trunk/libvo/vo_gl2.c
==============================================================================
--- trunk/libvo/vo_gl2.c	(original)
+++ trunk/libvo/vo_gl2.c	Tue Jun 26 17:51:51 2007
@@ -154,7 +154,6 @@ static int initTextures(void)
   int s;
   int x=0, y=0;
   GLint format=0;
-  GLenum err;
 
   // textures smaller than 64x64 might not be supported
   s=64;
@@ -382,7 +381,6 @@ static void drawTextureDisplay (void)
 {
   struct TexSquare *square = texgrid;
   int x, y;
-  GLenum err;
 
   glColor3f(1.0,1.0,1.0);
 



More information about the MPlayer-cvslog mailing list