Remove redundant glFlush().

This commit is contained in:
Kristian Høgsberg 2008-11-17 23:33:19 -05:00
parent 873302649a
commit 29590034f4
1 changed files with 0 additions and 2 deletions

View File

@ -219,8 +219,6 @@ repaint(void *data)
}
wl_surface_iterator_destroy(iterator);
glFlush();
eglSwapBuffers(ec->display, ec->surface);
if (do_screenshot) {