From 33c68a24a063ad19e95e521d0b5b1489ef8f886f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 28 Mar 2016 20:17:37 +0200 Subject: [PATCH] Formatting [ci skip] --- src/glx_context.c | 1 - 1 file changed, 1 deletion(-) 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);