summaryrefslogtreecommitdiff
path: root/progs/glsl/mandelbrot.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-11-04 15:11:56 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-11-04 16:55:18 -0700
commitd3222cb1d465cf49ff5b2119f7515c5f57024964 (patch)
treecf52f4975cf922c2bd1c16889de78cd38976c414 /progs/glsl/mandelbrot.c
parent4be624d693554ad3950afab90e331a6725cc5004 (diff)
remove old debug glFlush/Finish calls from demos
Diffstat (limited to 'progs/glsl/mandelbrot.c')
-rw-r--r--progs/glsl/mandelbrot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/glsl/mandelbrot.c b/progs/glsl/mandelbrot.c
index e6361b429b..24e1992665 100644
--- a/progs/glsl/mandelbrot.c
+++ b/progs/glsl/mandelbrot.c
@@ -74,8 +74,6 @@ Redisplay(void)
glPopMatrix();
- glFinish();
- glFlush();
glutSwapBuffers();
}