mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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
|
||||
VID_ForceViewPort(void)
|
||||
{
|
||||
|
|
|
@ -705,12 +705,6 @@ VID_SetCaption (const char *text)
|
|||
}
|
||||
}
|
||||
|
||||
double
|
||||
VID_GetGamma (void)
|
||||
{
|
||||
return (double) X11_GetGamma ();
|
||||
}
|
||||
|
||||
qboolean
|
||||
VID_SetGamma (double gamma)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue