mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Removed duplicate call.
This commit is contained in:
parent
24e05f1648
commit
0150a1544a
@ -224,8 +224,6 @@ static void terminateDisplay(void)
|
|||||||
|
|
||||||
if (_glfwLibrary.X11.display)
|
if (_glfwLibrary.X11.display)
|
||||||
{
|
{
|
||||||
_glfwPlatformSetGammaRamp(&_glfwLibrary.originalRamp);
|
|
||||||
|
|
||||||
XCloseDisplay(_glfwLibrary.X11.display);
|
XCloseDisplay(_glfwLibrary.X11.display);
|
||||||
_glfwLibrary.X11.display = NULL;
|
_glfwLibrary.X11.display = NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user