commit | 9d0bc1d63347755fa708c1da9d4359108f226f3c | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Apr 05 21:36:03 2000 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Apr 05 21:36:03 2000 +0000 |
tree | b39c0f27328292bfb60d25e697b59ae54057dcc1 | |
parent | 8fbd189d8157fe498e91be86f53330a5a11b79db [diff] [blame] |
fixed compiler warnigns
diff --git a/progs/demos/gears.c b/progs/demos/gears.c index 38cd2f8..df9bd56 100644 --- a/progs/demos/gears.c +++ b/progs/demos/gears.c
@@ -1,4 +1,4 @@ -/* $Id: gears.c,v 1.4 2000/03/29 23:57:20 brianp Exp $ */ +/* $Id: gears.c,v 1.5 2000/04/05 21:36:03 brianp Exp $ */ /* * 3-D gear wheels. This program is in the public domain. @@ -167,8 +167,6 @@ static void draw(void) { - GLboolean bRet = GL_TRUE; - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPushMatrix();