mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 13:41:05 +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)
|
CCMD (vid_scaletowidth)
|
||||||
{
|
{
|
||||||
float newscalefactor;
|
|
||||||
|
|
||||||
if (R_CalcsShouldBeBlocked())
|
if (R_CalcsShouldBeBlocked())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -130,8 +128,6 @@ CCMD (vid_scaletowidth)
|
||||||
|
|
||||||
CCMD (vid_scaletoheight)
|
CCMD (vid_scaletoheight)
|
||||||
{
|
{
|
||||||
float newscalefactor;
|
|
||||||
|
|
||||||
if (R_CalcsShouldBeBlocked())
|
if (R_CalcsShouldBeBlocked())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue