From b2a4aecd806fc7b492534e329d029e002ff07d79 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 30 May 2003 18:41:38 +0000 Subject: Removed an accidental addition in the previous commit. --- progs/xdemos/glxgears.c | 1 - 1 file changed, 1 deletion(-) diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index f6acd99f6b..da2ba1e1c5 100644 --- a/progs/xdemos/glxgears.c +++ b/progs/xdemos/glxgears.c @@ -150,7 +150,6 @@ gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, da = 2.0 * M_PI / teeth / 4.0; glShadeModel(GL_FLAT); - glPolygonMode( GL_FRONT, GL_LINE ); glNormal3f(0.0, 0.0, 1.0); -- cgit v1.2.3