From 29590034f47f1a532f161e0d2024bab9483390a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 17 Nov 2008 23:33:19 -0500 Subject: [PATCH] Remove redundant glFlush(). --- egl-compositor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/egl-compositor.c b/egl-compositor.c index 580dcbf2..8e693551 100644 --- a/egl-compositor.c +++ b/egl-compositor.c @@ -219,8 +219,6 @@ repaint(void *data) } wl_surface_iterator_destroy(iterator); - glFlush(); - eglSwapBuffers(ec->display, ec->surface); if (do_screenshot) {