mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-01 12:50:42 +00:00
- also remove unused forward declarations
(cherry picked from commit bcadd2bf04
)
This commit is contained in:
parent
25b281659c
commit
98dc10c127
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