From 828ebbdbe3b411ac4e94e0e95e745e47a01151fe Mon Sep 17 00:00:00 2001 From: haanhvu Date: Mon, 18 Nov 2024 15:07:25 +0700 Subject: [PATCH] Clean up --- .../common/shared/com/igalia/wolvic/browser/SettingsStore.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/common/shared/com/igalia/wolvic/browser/SettingsStore.java b/app/src/common/shared/com/igalia/wolvic/browser/SettingsStore.java index 82d7936ca3d..897eb245096 100644 --- a/app/src/common/shared/com/igalia/wolvic/browser/SettingsStore.java +++ b/app/src/common/shared/com/igalia/wolvic/browser/SettingsStore.java @@ -105,7 +105,6 @@ SettingsStore getInstance(final @NonNull Context aContext) { // The maximum size is computed so the resulting texture fits within 2560x2560. public final static int MAX_WINDOW_WIDTH_DEFAULT = 1200; public final static int MAX_WINDOW_HEIGHT_DEFAULT = 800; - // We store the width and height but, for simplicity, the UI provides preset values. public enum WindowSizePreset { PRESET_0(WINDOW_WIDTH_DEFAULT, WINDOW_HEIGHT_DEFAULT), PRESET_1(750, 500),