summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 2c6e2d35b7..9b075baf8a 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -1667,11 +1667,6 @@ draw_osd:
osd_draw(p->osd_state, p->osd_rect, p->osd_pts, 0, p->osd->formats,
draw_osd_cb, p);
-
- // The playloop calls this last before waiting some time until it decides
- // to call flip_page(). Tell OpenGL to start execution of the GPU commands
- // while we sleep (this happens asynchronously).
- gl->Flush();
}
static void update_window_sized_objects(struct gl_video *p)