shithub: choc

Download patch

ref: b2efcd139489c4728a461cbcd0dc2b6e7c972db6
parent: 7d800ed67c0d2a6480a046f9816278a30c62cf16
author: Fabian Greffrath <fabian@greffrath.com>
date: Mon Oct 16 06:48:07 EDT 2017

video: remove redundant comment

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -1364,8 +1364,6 @@
         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;