1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Removed superfluous assignment.

This commit is contained in:
Camilla Berglund 2012-04-05 17:32:38 +02:00
parent 76615bf237
commit 906754d3d0

View File

@ -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);