Removed unused variable

This commit is contained in:
Magnus Norddahl 2017-01-28 08:40:31 +01:00
parent bd35d1d39f
commit 8fceb60532
1 changed files with 0 additions and 3 deletions

View File

@ -74,7 +74,6 @@ namespace swrenderer
{
int dc_pitch;
lighttable_t *dc_colormap;
FSWColormap *dc_fcolormap;
ShadeConstants dc_shade_constants;
fixed_t dc_light;
int dc_x;
@ -292,7 +291,6 @@ namespace swrenderer
if (r_swtruecolor)
{
dc_fcolormap = nullptr;
dc_colormap = nullptr;
dc_translation = translation;
dc_shade_constants.light_red = 256;
@ -309,7 +307,6 @@ namespace swrenderer
}
else
{
dc_fcolormap = nullptr;
dc_colormap = translation;
}
}