remove redundant assignment

Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
balloondude2 2025-07-17 21:28:12 -06:00 committed by GitHub
commit 3321a010bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ static float aspectRatioX;
static float aspectRatioY; static float aspectRatioY;
static int32_t verticalPixelCount; static int32_t verticalPixelCount;
// Additional settings // Additional settings
static bool showHorizontalResField = false; static bool showHorizontalResField;
static int32_t horizontalPixelCount; static int32_t horizontalPixelCount;
// Disabling flags // Disabling flags
static bool disabled_everything; static bool disabled_everything;