- removed the border refresh counter.

This was just a relic of DirectDraw as main backend and is no longer needed.
This commit is contained in:
Christoph Oelckers 2018-04-03 00:50:40 +02:00
commit 853903bb7e
20 changed files with 1 additions and 132 deletions

View file

@ -834,7 +834,6 @@ void M_Drawer (void)
if (!CurrentMenu->DontDim)
{
M_Dim();
V_SetBorderNeedRefresh();
}
CurrentMenu->CallDrawer();
}
@ -855,7 +854,6 @@ void M_ClearMenus()
CurrentMenu->Destroy();
CurrentMenu = parent;
}
V_SetBorderNeedRefresh();
menuactive = MENU_Off;
}