diff options
author | Brian Paul <[email protected]> | 2008-11-04 15:11:56 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-04 16:55:18 -0700 |
commit | d3222cb1d465cf49ff5b2119f7515c5f57024964 (patch) | |
tree | cf52f4975cf922c2bd1c16889de78cd38976c414 /progs/glsl/mandelbrot.c | |
parent | 4be624d693554ad3950afab90e331a6725cc5004 (diff) |
remove old debug glFlush/Finish calls from demos
Diffstat (limited to 'progs/glsl/mandelbrot.c')
-rw-r--r-- | progs/glsl/mandelbrot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/glsl/mandelbrot.c b/progs/glsl/mandelbrot.c index e6361b429b3..24e19926655 100644 --- a/progs/glsl/mandelbrot.c +++ b/progs/glsl/mandelbrot.c @@ -74,8 +74,6 @@ Redisplay(void) glPopMatrix(); - glFinish(); - glFlush(); glutSwapBuffers(); } |