From 0150a1544ad32b03db1634301b905cbf68528b4d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 13 Oct 2010 22:47:37 +0200 Subject: [PATCH] Removed duplicate call. --- src/x11/x11_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index a341ea2b..9958d433 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -224,8 +224,6 @@ static void terminateDisplay(void) if (_glfwLibrary.X11.display) { - _glfwPlatformSetGammaRamp(&_glfwLibrary.originalRamp); - XCloseDisplay(_glfwLibrary.X11.display); _glfwLibrary.X11.display = NULL; }