summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/common.c')
-rw-r--r--video/out/opengl/common.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c
index b0d37bec44..d5883d4a4d 100644
--- a/video/out/opengl/common.c
+++ b/video/out/opengl/common.c
@@ -479,24 +479,6 @@ static const struct gl_functions gl_functions[] = {
{0}
},
},
- // These don't exist - they are for the sake of mpv internals, and libmpv
- // interaction (see libmpv/opengl_cb.h).
- // This is not used by the render API, only the deprecated opengl-cb API.
- {
- .extension = "GL_MP_MPGetNativeDisplay",
- .functions = (const struct gl_function[]) {
- DEF_FN(MPGetNativeDisplay),
- {0}
- },
- },
- // Same, but using the old name.
- {
- .extension = "GL_MP_D3D_interfaces",
- .functions = (const struct gl_function[]) {
- DEF_FN_NAME(MPGetNativeDisplay, "glMPGetD3DInterface"),
- {0}
- },
- },
{
.extension = "GL_ANGLE_translated_shader_source",
.functions = (const struct gl_function[]) {