summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-01 22:25:12 +0200
committerwm4 <wm4@nowhere>2015-10-01 22:42:25 +0200
commitf4d62da8f028bb2359a9a4c6792690cfa5bc8930 (patch)
tree458a2be844057c4d87055089d36a640b28cfa595 /video/out/opengl/common.h
parentae7212963ee55c11cf025beccf86c55c1d898128 (diff)
downloadmpv-f4d62da8f028bb2359a9a4c6792690cfa5bc8930.tar.bz2
mpv-f4d62da8f028bb2359a9a4c6792690cfa5bc8930.tar.xz
vo_opengl: cocoa: switch to new internal API
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r--video/out/opengl/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h
index a7dfb65be1..05115c2048 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -154,7 +154,6 @@ struct m_option;
int mpgl_validate_backend_opt(struct mp_log *log, const struct m_option *opt,
struct bstr name, struct bstr param);
-void mpgl_set_backend_cocoa(MPGLContext *ctx);
void mpgl_set_backend_w32(MPGLContext *ctx);
void mpgl_set_backend_wayland(MPGLContext *ctx);
void mpgl_set_backend_rpi(MPGLContext *ctx);