summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 0 insertions, 2 deletions
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);