Kill dead gl_occlusion cvar.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-08-23 21:55:59 +00:00
parent 32f4e53aa5
commit 147f940510
2 changed files with 0 additions and 5 deletions

View file

@ -28,7 +28,6 @@ extern struct cvar_s *gl_lightmap_subimage;
extern struct cvar_s *gl_max_size;
extern struct cvar_s *gl_multitexture;
extern struct cvar_s *gl_nocolors;
extern struct cvar_s *gl_occlusion;
extern struct cvar_s *gl_particle_mip;
extern struct cvar_s *gl_particle_size;
extern struct cvar_s *gl_picmip;

View file

@ -71,7 +71,6 @@ cvar_t *gl_lightmap_align;
cvar_t *gl_lightmap_subimage;
cvar_t *gl_max_size;
cvar_t *gl_nocolors;
cvar_t *gl_occlusion;
cvar_t *gl_particle_mip;
cvar_t *gl_particle_size;
cvar_t *gl_picmip;
@ -255,9 +254,6 @@ R_Init_Cvars (void)
"Texture dimension");
gl_nocolors = Cvar_Get ("gl_nocolors", "0", CVAR_NONE, NULL,
"Set to 1, turns off all player colors");
gl_occlusion = Cvar_Get ("gl_occlusion", "0", CVAR_NONE, NULL,
"Toggles experimental alias model occlusion "
"tests.");
gl_particle_mip = Cvar_Get ("gl_particle_mip", "0", CVAR_NONE, NULL,
"Toggles particle texture mipmapping.");
gl_particle_size = Cvar_Get ("gl_particle_size", "5", CVAR_NONE, NULL,