- also remove unused forward declarations

This commit is contained in:
Rachael Alexanderson 2018-05-17 06:30:36 -04:00
parent 0f36b9d63f
commit bcadd2bf04
1 changed files with 0 additions and 4 deletions

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;