summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/context.c')
-rw-r--r--video/out/gpu/context.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/gpu/context.c b/video/out/gpu/context.c
index 28f88014aa..5ce18afbe2 100644
--- a/video/out/gpu/context.c
+++ b/video/out/gpu/context.c
@@ -37,7 +37,6 @@
extern const struct ra_ctx_fns ra_ctx_glx;
extern const struct ra_ctx_fns ra_ctx_x11_egl;
extern const struct ra_ctx_fns ra_ctx_drm_egl;
-extern const struct ra_ctx_fns ra_ctx_cocoa;
extern const struct ra_ctx_fns ra_ctx_wayland_egl;
extern const struct ra_ctx_fns ra_ctx_wgl;
extern const struct ra_ctx_fns ra_ctx_angle;
@@ -71,9 +70,6 @@ static const struct ra_ctx_fns *contexts[] = {
#if HAVE_RPI
&ra_ctx_rpi,
#endif
-#if HAVE_GL_COCOA
- &ra_ctx_cocoa,
-#endif
#if HAVE_EGL_ANGLE_WIN32
&ra_ctx_angle,
#endif