summaryrefslogtreecommitdiffstats
path: root/libmpv/render_gl.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-29 13:12:02 +0100
committersfan5 <sfan5@live.de>2021-12-15 12:29:10 +0100
commit632059816adde518c67f6606e3cfdef5bec18b52 (patch)
treeb5d265830778cb7cea19db50a06c8afc4224c175 /libmpv/render_gl.h
parent72915e8b76b2e5da9ddc90e892a544b6de512f39 (diff)
downloadmpv-632059816adde518c67f6606e3cfdef5bec18b52.tar.bz2
mpv-632059816adde518c67f6606e3cfdef5bec18b52.tar.xz
libmpv: remove opengl_cb API and other deprecated symbols
Not all deprecated symbols were removed. Only three events were removed for now since these are not used internally. This bumps the library version to 2.0.
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;
/**