projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f830d
)
Removed an accidental addition in the previous commit.
author
Ian Romanick
<idr@us.ibm.com>
Fri, 30 May 2003 18:41:38 +0000
(18:41 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Fri, 30 May 2003 18:41:38 +0000
(18:41 +0000)
progs/xdemos/glxgears.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxgears.c
b/progs/xdemos/glxgears.c
index f6acd99f6bfb29615417a88219c311fde60cf042..da2ba1e1c52de30b69738c6120651288754760d7 100644
(file)
--- 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);