summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2003-05-30 18:41:38 +0000
committerIan Romanick <idr@us.ibm.com>2003-05-30 18:41:38 +0000
commitb2a4aecd806fc7b492534e329d029e002ff07d79 (patch)
tree5201de42531ae34f59d235968f208f5e10172b57 /progs
parentf8f830d59d2ef1fdff79510c846215b571069d43 (diff)
Removed an accidental addition in the previous commit.
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/glxgears.c1
1 files changed, 0 insertions, 1 deletions
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);