summaryrefslogtreecommitdiff
path: root/progs/glsl/bump.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/bump.c
parent4be624d693554ad3950afab90e331a6725cc5004 (diff)
remove old debug glFlush/Finish calls from demos
Diffstat (limited to 'progs/glsl/bump.c')
-rw-r--r--progs/glsl/bump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/progs/glsl/bump.c b/progs/glsl/bump.c
index a2e0916861..b93ab44b5b 100644
--- a/progs/glsl/bump.c
+++ b/progs/glsl/bump.c
@@ -141,9 +141,6 @@ Redisplay(void)
glPopMatrix();
- glFinish();
- glFlush();
-
CheckError(__LINE__);
glutSwapBuffers();