summaryrefslogtreecommitdiffstats
path: root/video/out/gl_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_w32.c')
-rw-r--r--video/out/gl_w32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_w32.c b/video/out/gl_w32.c
index 10e2ff9df8..1f0e021895 100644
--- a/video/out/gl_w32.c
+++ b/video/out/gl_w32.c
@@ -206,7 +206,6 @@ void mpgl_set_backend_w32(MPGLContext *ctx)
ctx->config_window = config_window_w32;
ctx->releaseGlContext = releaseGlContext_w32;
ctx->swapGlBuffers = swapGlBuffers_w32;
- ctx->check_events = vo_w32_check_events;
ctx->vo_init = vo_w32_init;
ctx->vo_uninit = vo_w32_uninit;
ctx->vo_control = vo_w32_control;