mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Remove a dead var.
vid_colormap died with the vid_render plugin birth.
This commit is contained in:
parent
ae6dfd8cb6
commit
b0ec63ac56
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
/* Software and hardware gamma support */
|
/* Software and hardware gamma support */
|
||||||
#define viddef (*r_data->vid)
|
#define viddef (*r_data->vid)
|
||||||
byte *vid_colormap;
|
|
||||||
cvar_t *vid_gamma;
|
cvar_t *vid_gamma;
|
||||||
cvar_t *vid_system_gamma;
|
cvar_t *vid_system_gamma;
|
||||||
cvar_t *con_width; // FIXME: Try to move with rest of con code
|
cvar_t *con_width; // FIXME: Try to move with rest of con code
|
||||||
|
|
Loading…
Reference in a new issue