summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index c4624db3a3..c02a243454 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -472,7 +472,7 @@ static void gl_set_antialias (int val)
static void drawTextureDisplay ()
{
struct TexSquare *square;
- int x, y, xoff=0, yoff=0, wd, ht;
+ int x, y/*, xoff=0, yoff=0, wd, ht*/;
GLenum err;
glColor3f(1.0,1.0,1.0);