- 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

@ -1000,8 +1000,6 @@ void FNotifyBuffer::Draw()
lineadv = SmallFont->GetHeight ();
BorderTopRefresh = screen->GetPageCount ();
for (unsigned i = 0; i < Text.Size(); ++ i)
{
FNotifyText &notify = Text[i];
@ -1088,14 +1086,6 @@ void C_DrawConsole ()
offset = -ConFont->GetHeight();
}
if ((ConBottom < oldbottom) &&
(gamestate == GS_LEVEL || gamestate == GS_TITLELEVEL) &&
(viewwindowx || viewwindowy) &&
viewactive)
{
V_SetBorderNeedRefresh();
}
oldbottom = ConBottom;
if (ConsoleState == c_up)