diff src/video/windows/SDL_windowsvideo.c @ 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 9b2e99ebd099
children b530ef003506
line wrap: on
line diff
--- a/src/video/windows/SDL_windowsvideo.c	Thu Feb 10 10:37:35 2011 -0800
+++ b/src/video/windows/SDL_windowsvideo.c	Thu Feb 10 11:39:08 2011 -0800
@@ -109,8 +109,6 @@
     device->GetDisplayBounds = WIN_GetDisplayBounds;
     device->GetDisplayModes = WIN_GetDisplayModes;
     device->SetDisplayMode = WIN_SetDisplayMode;
-    device->SetDisplayGammaRamp = WIN_SetDisplayGammaRamp;
-    device->GetDisplayGammaRamp = WIN_GetDisplayGammaRamp;
     device->PumpEvents = WIN_PumpEvents;
 
 #undef CreateWindow