Removed duplicate call.

This commit is contained in:
Camilla Berglund 2010-10-13 22:47:37 +02:00
parent 24e05f1648
commit 0150a1544a

View File

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