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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpv/render_gl.h b/libmpv/render_gl.h
index 5bc892903c..a2c31f0c72 100644
--- a/libmpv/render_gl.h
+++ b/libmpv/render_gl.h
@@ -120,10 +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 ignored.
- */
- const char *extra_exts;
} mpv_opengl_init_params;
/**