# HG changeset patch # User reimar # Date 1182873111 0 # Node ID 9c935f7e5b223ea6ea3d0eac5e77e0c3ce91d707 # Parent 404d3549577033256d9749fb3e57e4e806c93c0a Remove two unused variables diff -r 404d35495770 -r 9c935f7e5b22 libvo/vo_gl2.c --- a/libvo/vo_gl2.c Tue Jun 26 15:51:49 2007 +0000 +++ b/libvo/vo_gl2.c Tue Jun 26 15:51:51 2007 +0000 @@ -154,7 +154,6 @@ 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 @@ { struct TexSquare *square = texgrid; int x, y; - GLenum err; glColor3f(1.0,1.0,1.0);