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 85f1aa7667..68ccf954db 100644
--- a/video/out/gpu/context.c
+++ b/video/out/gpu/context.c
@@ -35,7 +35,6 @@
/* OpenGL */
extern const struct ra_ctx_fns ra_ctx_glx;
-extern const struct ra_ctx_fns ra_ctx_glx_probe;
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;
@@ -83,9 +82,6 @@ static const struct ra_ctx_fns *contexts[] = {
#if HAVE_GL_WAYLAND
&ra_ctx_wayland_egl,
#endif
-#if HAVE_GL_X11
- &ra_ctx_glx_probe,
-#endif
#if HAVE_EGL_X11
&ra_ctx_x11_egl,
#endif