mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 10:35:10 +00:00
Removed superfluous assignment.
This commit is contained in:
parent
76615bf237
commit
906754d3d0
@ -53,7 +53,6 @@ static void initLibraries(void)
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
_glfwLibrary.X11.libGL = NULL;
|
|
||||||
for (i = 0; libGL_names[i] != NULL; i++)
|
for (i = 0; libGL_names[i] != NULL; i++)
|
||||||
{
|
{
|
||||||
_glfwLibrary.X11.libGL = dlopen(libGL_names[i], RTLD_LAZY | RTLD_GLOBAL);
|
_glfwLibrary.X11.libGL = dlopen(libGL_names[i], RTLD_LAZY | RTLD_GLOBAL);
|
||||||
|
Loading…
Reference in New Issue
Block a user