From 597a143ec6d0fd42c6d8afdbc96d2eb0720e998b Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 Nov 2013 19:15:20 +0100 Subject: gl_common: remove unneeded callback We got rid of this some time ago, but apparently not completely. --- video/out/gl_x11.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gl_x11.c') 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; -- cgit v1.2.3