From 383e24e32d3826e02241f2768fc824f80783c986 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 6 Nov 2001 00:15:04 +0000 Subject: [PATCH] Don't generate a spurious error on SDL_InitVideo() --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40233 --- src/video/x11/SDL_x11gamma.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/x11/SDL_x11gamma.c b/src/video/x11/SDL_x11gamma.c index cfaf878d6..1b96f7696 100644 --- a/src/video/x11/SDL_x11gamma.c +++ b/src/video/x11/SDL_x11gamma.c @@ -109,7 +109,6 @@ static int X11_GetGammaNoLock(_THIS, float *red, float *green, float *blue) return -1; } #endif - SDL_SetError("Gamma correction not supported"); return -1; } int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)