From 7e21f6fd0049e14e384758237fcfe3ef03d93d1f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 May 2015 21:58:37 +0200 Subject: vo_opengl: remove some more Cocoa resize leftovers --- video/out/gl_common.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'video/out/gl_common.h') diff --git a/video/out/gl_common.h b/video/out/gl_common.h index feeb3e59f4..7a941d78eb 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -107,13 +107,6 @@ typedef struct MPGLContext { // version is not available, and newer versions are incompatible.) bool (*config_window)(struct MPGLContext *ctx, int flags); - // An optional function to register a resize callback in the backend that - // can be called on separate thread to handle resize events immediately - // (without waiting for vo_check_events, which will come later for the - // proper resize) - void (*register_resize_callback)(struct vo *vo, - void (*cb)(struct vo *vo, int w, int h)); - // Optional callback on the beginning of a frame. The frame will be finished // with swapGlBuffers(). This returns false if use of the OpenGL context // should be avoided. -- cgit v1.2.3