Removed superfluous assignment.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 76615bf237
commit 906754d3d0
  1. 1
      src/x11_init.c

@ -53,7 +53,6 @@ static void initLibraries(void)
NULL
};
_glfwLibrary.X11.libGL = NULL;
for (i = 0; libGL_names[i] != NULL; i++)
{
_glfwLibrary.X11.libGL = dlopen(libGL_names[i], RTLD_LAZY | RTLD_GLOBAL);

Loading…
Cancel
Save