Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11gamma.c @ 232:678e3ed01019
Don't generate a spurious error on SDL_InitVideo()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 06 Nov 2001 00:15:04 +0000 |
parents | a1c973c35fef |
children | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gamma.c Sun Nov 04 19:27:03 2001 +0000 +++ b/src/video/x11/SDL_x11gamma.c Tue Nov 06 00:15:04 2001 +0000 @@ -109,7 +109,6 @@ return -1; } #endif - SDL_SetError("Gamma correction not supported"); return -1; } int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)