mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- removed the unused SCREENPITCH #define
This commit is contained in:
parent
a9cba90647
commit
b218b8de6a
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ extern DFrameBuffer *screen;
|
|||
|
||||
#define SCREENWIDTH (screen->GetWidth ())
|
||||
#define SCREENHEIGHT (screen->GetHeight ())
|
||||
#define SCREENPITCH (screen->GetPitch ())
|
||||
|
||||
EXTERN_CVAR (Float, vid_gamma)
|
||||
|
||||
|
|
Loading…
Reference in a new issue