foxygit / doom Log in
commit b2efcd139489c4728a461cbcd0dc2b6e7c972db6
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Oct 16 10:48:07 2017 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Oct 16 10:48:07 2017 +0200

    video: remove redundant comment
---
 src/i_video.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index ab8a97ac..49e04c5a 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -1364,8 +1364,6 @@ void I_InitGraphics(void)
         fullscreen = true;
     }

-    // Set base screen height - either SCREENHEIGHT_4_3 or SCREENHEIGHT,
-    // dependent on aspect_ratio_correct value.
     if (aspect_ratio_correct)
     {
         actualheight = SCREENHEIGHT_4_3;