mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
VID_GetGamma neither compiles nor is needed :)
This commit is contained in:
parent
54ed05e52b
commit
89f7604d40
2 changed files with 0 additions and 12 deletions
|
@ -238,12 +238,6 @@ VID_SetCaption (const char *text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
double
|
|
||||||
VID_GetGamma (void)
|
|
||||||
{
|
|
||||||
return (double) X11_GetGamma ();
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
VID_ForceViewPort(void)
|
VID_ForceViewPort(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -705,12 +705,6 @@ VID_SetCaption (const char *text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
double
|
|
||||||
VID_GetGamma (void)
|
|
||||||
{
|
|
||||||
return (double) X11_GetGamma ();
|
|
||||||
}
|
|
||||||
|
|
||||||
qboolean
|
qboolean
|
||||||
VID_SetGamma (double gamma)
|
VID_SetGamma (double gamma)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue