Removed superfluous assignment.
This commit is contained in:
parent
76615bf237
commit
906754d3d0
@ -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…
Reference in New Issue
Block a user