From 15d418e19b06286308eb1ddddebdbc7d32c264b8 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 26 Jun 2007 15:51:51 +0000 Subject: Remove two unused variables git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23670 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index fe0f9b83e9..7e18c6af2d 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -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); -- cgit v1.2.3