diff options
author | Ian Romanick <[email protected]> | 2003-05-30 18:41:38 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2003-05-30 18:41:38 +0000 |
commit | b2a4aecd806fc7b492534e329d029e002ff07d79 (patch) | |
tree | 5201de42531ae34f59d235968f208f5e10172b57 /progs/xdemos/glxgears.c | |
parent | f8f830d59d2ef1fdff79510c846215b571069d43 (diff) |
Removed an accidental addition in the previous commit.
Diffstat (limited to 'progs/xdemos/glxgears.c')
-rw-r--r-- | progs/xdemos/glxgears.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |