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/convolutions.c | |
parent | 4be624d693554ad3950afab90e331a6725cc5004 (diff) |
remove old debug glFlush/Finish calls from demos
Diffstat (limited to 'progs/glsl/convolutions.c')
-rw-r--r-- | progs/glsl/convolutions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/glsl/convolutions.c b/progs/glsl/convolutions.c index 13c7eab0ea9..c5caa8ffedf 100644 --- a/progs/glsl/convolutions.c +++ b/progs/glsl/convolutions.c @@ -438,8 +438,6 @@ static void draw() glPopMatrix(); - glFlush(); - glutSwapBuffers(); } |