commit 4fa746dac55ae0cce8f52caf1bedb7616925e04c
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Tue May 31 22:35:57 2016 +0100
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Tue May 31 22:35:57 2016 +0100
video: Get rid of SCREENWIDTH_4_3 constant.
This is redundant now that we got rid of software scaling.
---
src/i_video.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/i_video.h b/src/i_video.h
index 3e815aba..ab1f1cb6 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -27,11 +27,7 @@
#define SCREENWIDTH 320
#define SCREENHEIGHT 200
-// Screen width used for "squash" scale functions
-
-#define SCREENWIDTH_4_3 256
-
-// Screen height used for "stretch" scale functions.
+// Screen height used when aspect_ratio_correct=true.
#define SCREENHEIGHT_4_3 240