menu code unused var warning fix.

This commit is contained in:
David CARLIER 2022-01-15 15:57:11 +00:00
parent 6bec90bbdd
commit 62fba5a29d

View file

@ -575,7 +575,6 @@ M_Main_Draw(void)
int ystart;
int xoffset;
int widest = -1;
int totalheight = 0;
char litname[80];
float scale = SCR_GetMenuScale();
char *names[] =
@ -596,8 +595,6 @@ M_Main_Draw(void)
{
widest = w;
}
totalheight += (h + 12);
}
ystart = (viddef.height / (2 * scale) - 110);