Remove the rest of the calls to GL_CheckBrightness()

This commit is contained in:
Jeff Teunissen 2001-05-13 19:22:31 +00:00
parent 8a4cc8a526
commit 765a22a033
4 changed files with 0 additions and 4 deletions

View File

@ -240,7 +240,6 @@ void GL_Set2D (void);
//
// gl_rmain.c
//
void GL_CheckBrightness (unsigned char *pal);
//qboolean R_CullBox (vec3_t mins, vec3_t maxs);
void R_RotateForEntity (entity_t *e);

View File

@ -274,7 +274,6 @@ VID_Init (unsigned char *palette)
GL_Init ();
GL_CheckBrightness (palette);
VID_InitGamma (palette);
VID_SetPalette (palette);

View File

@ -200,7 +200,6 @@ VID_Init (unsigned char *palette)
GL_Init ();
GL_CheckBrightness (palette);
VID_InitGamma (palette);
VID_SetPalette (palette);

View File

@ -1607,7 +1607,6 @@ VID_Init (unsigned char *palette)
DestroyWindow (hwnd_dialog);
#endif
GL_CheckBrightness (palette);
VID_InitGamma (palette);
VID_SetPalette (palette);