diff options
Diffstat (limited to 'glx/glxext.c')
-rw-r--r-- | glx/glxext.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glx/glxext.c b/glx/glxext.c index e41b881f2..f3d8fdda1 100644 --- a/glx/glxext.c +++ b/glx/glxext.c @@ -380,8 +380,6 @@ GlxExtensionInit(void) glxScreen = p->screenProbe(pScreen); if (glxScreen != NULL) { - if (glxScreen->GLXminor < glxMinorVersion) - glxMinorVersion = glxScreen->GLXminor; LogMessage(X_INFO, "GLX: Initialized %s GL provider for screen %d\n", p->name, i); |