HWR_DrawPatchInCache(): remove unused ncols

This commit is contained in:
Logan Aerl Arias 2024-04-06 15:07:38 -04:00
parent 3bee12cb10
commit 4c71e5f80a

View file

@ -276,7 +276,6 @@ static void HWR_DrawPatchInCache(GLMipmap_t *mipmap,
INT32 pwidth, INT32 pheight,
const patch_t *realpatch)
{
INT32 ncols;
fixed_t xfrac, xfracstep;
fixed_t yfracstep, scale_y;
UINT8 *block = mipmap->data;
@ -289,8 +288,6 @@ static void HWR_DrawPatchInCache(GLMipmap_t *mipmap,
palette = HWR_GetTexturePalette();
ncols = pwidth;
// source advance
xfrac = 0;
xfracstep = FRACUNIT;