From 6c0c57c3056ecf31bec782a37f71095706089588 Mon Sep 17 00:00:00 2001 From: balloondude2 <55861555+balloondude2@users.noreply.github.com> Date: Thu, 17 Jul 2025 21:28:12 -0600 Subject: [PATCH] remove redundant assignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philip Dubé --- soh/soh/SohGui/ResolutionEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/SohGui/ResolutionEditor.cpp b/soh/soh/SohGui/ResolutionEditor.cpp index 7782332bd..d3810f6a4 100644 --- a/soh/soh/SohGui/ResolutionEditor.cpp +++ b/soh/soh/SohGui/ResolutionEditor.cpp @@ -78,7 +78,7 @@ static float aspectRatioX; static float aspectRatioY; static int32_t verticalPixelCount; // Additional settings -static bool showHorizontalResField = false; +static bool showHorizontalResField; static int32_t horizontalPixelCount; // Disabling flags static bool disabled_everything;