2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Beta version 4.5.4: Fix build with GCC.

This commit is contained in:
John Preston
2023-01-10 16:59:05 +04:00
parent 94a956ce19
commit 12c2e42917
2 changed files with 0 additions and 16 deletions

View File

@@ -518,7 +518,6 @@ void SetupInterfaceScale(
? ScalePreviewShow::Update
: ScalePreviewShow::Show;
*shown = true;
auto index = 0;
for (auto i = 0; i != valuesCount; ++i) {
if (values[i] <= scale
&& (i + 1 == valuesCount || values[i + 1] > scale)) {