summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index 76276ccfe0..6fb4206fc4 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -169,9 +169,6 @@ static void draw_frame(struct vo *vo, struct vo_frame *frame)
struct gl_priv *p = vo->priv;
GL *gl = p->gl;
- if (p->glctx->start_frame && !p->glctx->start_frame(p->glctx))
- return;
-
p->frame_started = true;
gl_video_render_frame(p->renderer, frame, 0);