* Fixed some warnings on the OS X build

This commit is contained in:
Tim Angus 2005-10-26 19:32:15 +00:00
parent 9f55ae2dce
commit 3ff42330e5
4 changed files with 11 additions and 9 deletions

View file

@ -232,7 +232,6 @@ void Sys_SetScreenFade(glwgamma_t *table, float fraction)
void Sys_FadeScreens()
{
CGDisplayCount displayIndex;
int stepIndex;
glwgamma_t *table;
NSTimeInterval start, current;
float time;
@ -261,7 +260,6 @@ void Sys_FadeScreen(CGDirectDisplayID display)
{
CGDisplayCount displayIndex;
glwgamma_t *table;
int stepIndex;
if (!glConfig.deviceSupportsGamma)
return;
@ -295,7 +293,6 @@ void Sys_FadeScreen(CGDirectDisplayID display)
void Sys_UnfadeScreens()
{
CGDisplayCount displayIndex;
int stepIndex;
glwgamma_t *table;
NSTimeInterval start, current;
float time;
@ -323,7 +320,6 @@ void Sys_UnfadeScreens()
void Sys_UnfadeScreen(CGDirectDisplayID display, glwgamma_t *table)
{
CGDisplayCount displayIndex;
int stepIndex;
if (!glConfig.deviceSupportsGamma)
return;