diff --git a/src/glx_context.c b/src/glx_context.c index 5fde5b05..0a5b8336 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -163,7 +163,6 @@ GLFWbool _glfwInitGLX(void) NULL }; - for (i = 0; sonames[i]; i++) { _glfw.glx.handle = dlopen(sonames[i], RTLD_LAZY | RTLD_GLOBAL);