Mercurial > sdl-ios-xcode
diff src/video/bwindow/SDL_sysvideo.cc @ 5248:3a8a452b49f0
Removed gamma support since it wasn't widely used and not well supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Feb 2011 11:39:08 -0800 |
parents | 8cc00819c8d6 |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/video/bwindow/SDL_sysvideo.cc Thu Feb 10 10:37:35 2011 -0800 +++ b/src/video/bwindow/SDL_sysvideo.cc Thu Feb 10 11:39:08 2011 -0800 @@ -129,7 +129,6 @@ device->UnlockHWSurface = BE_UnlockHWSurface; device->FlipHWSurface = NULL; device->FreeHWSurface = BE_FreeHWSurface; - /* Gamma support */ #if SDL_VIDEO_OPENGL /* OpenGL support */ device->GL_LoadLibrary = BE_GL_LoadLibrary;