- Remove code that seemingly doesn't do anything and really shouldn't be needed

This commit is contained in:
Magnus Norddahl 2018-04-13 21:56:34 +02:00
commit 915f8862a7
7 changed files with 4 additions and 38 deletions

View file

@ -1056,9 +1056,6 @@ void V_UpdateModeSize (int width, int height)
DisplayHeight = height;
R_OldBlend = ~0;
// the software renderer also needs to be notified
SWRenderer->OnModeSet();
}
void V_OutputResized (int width, int height)