From: Ian Romanick Date: Fri, 30 May 2003 18:41:38 +0000 (+0000) Subject: Removed an accidental addition in the previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2a4aecd806fc7b492534e329d029e002ff07d79;p=mesa.git Removed an accidental addition in the previous commit. --- diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index f6acd99f6bf..da2ba1e1c52 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);