Remove a dead var.

vid_colormap died with the vid_render plugin birth.
This commit is contained in:
Bill Currie 2013-01-24 12:13:54 +09:00
parent ae6dfd8cb6
commit b0ec63ac56

View file

@ -48,7 +48,6 @@
/* Software and hardware gamma support */
#define viddef (*r_data->vid)
byte *vid_colormap;
cvar_t *vid_gamma;
cvar_t *vid_system_gamma;
cvar_t *con_width; // FIXME: Try to move with rest of con code