summaryrefslogtreecommitdiffstats
path: root/libmpv/render_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/render_gl.h')
-rw-r--r--libmpv/render_gl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libmpv/render_gl.h b/libmpv/render_gl.h
index cb141df564..a2c31f0c72 100644
--- a/libmpv/render_gl.h
+++ b/libmpv/render_gl.h
@@ -120,11 +120,6 @@ typedef struct mpv_opengl_init_params {
* Value passed as ctx parameter to get_proc_address().
*/
void *get_proc_address_ctx;
- /**
- * This should not be used. It is deprecated and will be removed or ignored
- * when the opengl_cb API is removed.
- */
- const char *extra_exts;
} mpv_opengl_init_params;
/**