Removed an accidental addition in the previous commit.

This commit is contained in:
Ian Romanick 2003-05-30 18:41:38 +00:00
parent f8f830d59d
commit b2a4aecd80
1 changed files with 0 additions and 1 deletions

View 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);