newest x11 seems to not define X_XF86VidModeGetGamma. thanks to witukind

This commit is contained in:
Bill Currie 2009-12-21 06:03:19 +00:00 committed by Jeff Teunissen
parent dcf593291d
commit 236e89ed6b

View file

@ -340,7 +340,6 @@ X11_SetMouse (void)
}
#ifdef HAVE_VIDMODE
# ifdef X_XF86VidModeGetGamma
static vec3_t *
X11_GetGamma (void)
{
@ -362,7 +361,6 @@ X11_GetGamma (void)
return NULL;
}
#endif
#endif
void
X11_SetVidMode (int width, int height)