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_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gl_common.h') diff --git a/video/out/gl_common.h b/video/out/gl_common.h index 6339b573b0..b5dc1a27a4 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -109,7 +109,6 @@ typedef struct MPGLContext { int requested_gl_version; void (*swapGlBuffers)(struct MPGLContext *); - int (*check_events)(struct vo *vo); int (*vo_init)(struct vo *vo); void (*vo_uninit)(struct vo *vo); int (*vo_control)(struct vo *vo, int *events, int request, void *arg); -- cgit v1.2.3