nuke the d_subdiv16 cvar as its sole user got nuked in the previous commit

This commit is contained in:
Bill Currie 2001-11-21 19:24:57 +00:00
parent 0be2a31f2e
commit 8826bdd9dc
2 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ extern struct cvar_s *crosshaircolor;
extern struct cvar_s *d_mipcap;
extern struct cvar_s *d_mipscale;
extern struct cvar_s *d_subdiv16;
extern struct cvar_s *gl_affinemodels;
extern struct cvar_s *gl_clear;

View File

@ -50,7 +50,6 @@ cvar_t *crosshaircolor;
cvar_t *d_mipcap;
cvar_t *d_mipscale;
cvar_t *d_subdiv16;
cvar_t *gl_affinemodels;
cvar_t *gl_clear;
@ -166,8 +165,6 @@ R_Init_Cvars (void)
"Detail level. 0 is highest, 3 is lowest.");
d_mipscale = Cvar_Get ("d_mipscale", "1", CVAR_NONE, NULL, "Detail level "
"of objects. 0 is highest, 3 is lowest.");
d_subdiv16 = Cvar_Get ("d_subdiv16", "1", CVAR_NONE, NULL,
"Set to enable extreme perspective correction");
gl_affinemodels = Cvar_Get ("gl_affinemodels", "0", CVAR_ARCHIVE, NULL,
"Makes texture rendering quality better if "
"set to 1");