summaryrefslogtreecommitdiffstats
path: root/video/out/gl_x11.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-14 19:15:20 +0100
committerwm4 <wm4@nowhere>2013-11-14 19:51:40 +0100
commit597a143ec6d0fd42c6d8afdbc96d2eb0720e998b (patch)
treea8ac58f3b77e47fa5abbc44371c9f70df872bbbd /video/out/gl_x11.c
parent2b39c5d87ca520f492884e0f1dd4bd2cdc6c647d (diff)
downloadmpv-597a143ec6d0fd42c6d8afdbc96d2eb0720e998b.tar.bz2
mpv-597a143ec6d0fd42c6d8afdbc96d2eb0720e998b.tar.xz
gl_common: remove unneeded callback
We got rid of this some time ago, but apparently not completely.
Diffstat (limited to 'video/out/gl_x11.c')
-rw-r--r--video/out/gl_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_x11.c b/video/out/gl_x11.c
index 2ed0bfbef5..a4ade18bca 100644
--- a/video/out/gl_x11.c
+++ b/video/out/gl_x11.c
@@ -311,7 +311,6 @@ void mpgl_set_backend_x11(MPGLContext *ctx)
ctx->config_window = config_window_x11;
ctx->releaseGlContext = releaseGlContext_x11;
ctx->swapGlBuffers = swapGlBuffers_x11;
- ctx->check_events = vo_x11_check_events;
ctx->vo_init = vo_x11_init;
ctx->vo_uninit = vo_x11_uninit;
ctx->vo_control = vo_x11_control;