mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Cvar audit 1, all unused cvars are gone, with the exception of software
rendering, and the server.
This commit is contained in:
parent
cb0d141132
commit
e4c9ccff8f
22 changed files with 1 additions and 102 deletions
|
@ -192,8 +192,6 @@ extern cvar_t *r_drawworld;
|
|||
extern cvar_t *r_drawviewmodel;
|
||||
extern cvar_t *r_speeds;
|
||||
extern cvar_t *r_waterwarp;
|
||||
extern cvar_t *r_fullbright;
|
||||
extern cvar_t *r_lightmap;
|
||||
extern cvar_t *r_shadows;
|
||||
extern cvar_t *r_wateralpha;
|
||||
extern cvar_t *r_waterripple;
|
||||
|
@ -210,7 +208,6 @@ extern cvar_t *gl_smoothdlights;
|
|||
extern cvar_t *gl_affinemodels;
|
||||
extern cvar_t *gl_polyblend;
|
||||
extern cvar_t *gl_keeptjunctions;
|
||||
extern cvar_t *gl_reporttjunctions;
|
||||
extern cvar_t *gl_flashblend;
|
||||
extern cvar_t *gl_nocolors;
|
||||
extern cvar_t *gl_particles;
|
||||
|
|
|
@ -74,7 +74,6 @@ extern cvar_t *r_timegraph;
|
|||
extern cvar_t *r_graphheight;
|
||||
extern cvar_t *r_clearcolor;
|
||||
extern cvar_t *r_waterwarp;
|
||||
extern cvar_t *r_fullbright;
|
||||
extern cvar_t *r_drawentities;
|
||||
extern cvar_t *r_aliasstats;
|
||||
extern cvar_t *r_dspeeds;
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
extern cvar_t *brightness;
|
||||
extern cvar_t *contrast;
|
||||
extern cvar_t *lcd_x;
|
||||
|
||||
void V_Init (void);
|
||||
void V_RenderView (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue