Removed an unused variable from video/vid_svga_render.c.

This commit is contained in:
OBattler
2023-12-27 21:15:07 +01:00
parent 87f5d01fda
commit 3483cb02b3

View File

@@ -466,7 +466,6 @@ static void
svga_render_indexed_gfx(svga_t *svga, bool highres, bool combine8bits)
{
int x;
int xx = 0;
uint32_t addr;
uint32_t *p;
uint32_t changed_offset;