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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index d3e049cc28..415e31e941 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -139,7 +139,6 @@ typedef struct MPGLContext {
// For free use by the backend.
void *priv;
- bool vo_init_ok;
} MPGLContext;
int mpgl_find_backend(const char *name);
@@ -155,10 +154,6 @@ void mpgl_uninit(MPGLContext *ctx);
bool mpgl_config_window(struct MPGLContext *ctx, int gl_caps, uint32_t d_width,
uint32_t d_height, uint32_t flags);
-// Destroy the window, without resetting GL3 vs. GL2 context choice.
-// If this fails (false), mpgl_uninit(ctx) must be called.
-bool mpgl_destroy_window(struct MPGLContext *ctx);
-
// print a multi line string with line numbers (e.g. for shader sources)
// mod, lev: module and log level, as in mp_msg()
void mp_log_source(int mod, int lev, const char *src);