summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/x11egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/x11egl.c')
-rw-r--r--video/out/opengl/x11egl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/video/out/opengl/x11egl.c b/video/out/opengl/x11egl.c
index db98fe6386..64d9b69974 100644
--- a/video/out/opengl/x11egl.c
+++ b/video/out/opengl/x11egl.c
@@ -159,13 +159,6 @@ static int mpegl_init(struct MPGLContext *ctx, int flags)
ctx->native_display_type = "x11";
ctx->native_display = vo->x11->display;
-
- if (vo->probing) {
- const char *vendor = ctx->gl->GetString(GL_VENDOR);
- if (vendor && strstr(vendor, "NVIDIA Corporation"))
- goto uninit;
- }
-
return 0;
uninit: