mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- also remove unused forward declarations
This commit is contained in:
parent
0f36b9d63f
commit
bcadd2bf04
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue