Removed an accidental addition in the previous commit.
authorIan Romanick <idr@us.ibm.com>
Fri, 30 May 2003 18:41:38 +0000 (18:41 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 30 May 2003 18:41:38 +0000 (18:41 +0000)
progs/xdemos/glxgears.c

index f6acd99f6bfb29615417a88219c311fde60cf042..da2ba1e1c52de30b69738c6120651288754760d7 100644 (file)
@@ -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);