From be1237cbb5d08d53061ef5d712d15f469c8bf5be Mon Sep 17 00:00:00 2001
From: RhiobeT <rhiobet@gmail.com>
Date: Tue, 24 Nov 2020 19:36:31 +0100
Subject: [PATCH] Remove outdated comment

---
 src/video_display.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/video_display.cpp b/src/video_display.cpp
index 494e62504..69f530c6a 100644
--- a/src/video_display.cpp
+++ b/src/video_display.cpp
@@ -190,8 +190,6 @@ void VideoDisplay::Render() try {
 	if (!viewport_height || !viewport_width)
 		PositionVideo();
 
-	// Note: Right now, GetContentScaleFactor() always returns 1
-	// This should change with wxWidgets 3.2, and thus fix HiDPI scaling issues
 	videoOut->Render(viewport_left, viewport_bottom, viewport_width * GetContentScaleFactor(),
 			viewport_height * GetContentScaleFactor());
 	E(glViewport(0, std::min(viewport_bottom, 0), videoSize.GetWidth() * GetContentScaleFactor(),
-- 
GitLab