- also remove unused forward declarations

(cherry picked from commit bcadd2bf04)
This commit is contained in:
Rachael Alexanderson 2018-05-17 06:30:36 -04:00 committed by drfrag666
parent 25b281659c
commit 98dc10c127

View file

@ -117,8 +117,6 @@ bool R_CalcsShouldBeBlocked()
CCMD (vid_scaletowidth)
{
float newscalefactor;
if (R_CalcsShouldBeBlocked())
return;
@ -130,8 +128,6 @@ CCMD (vid_scaletowidth)
CCMD (vid_scaletoheight)
{
float newscalefactor;
if (R_CalcsShouldBeBlocked())
return;