summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h7
1 files changed, 0 insertions, 7 deletions
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.