summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 2b11984b4..ca88c086b 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -67,8 +67,6 @@ struct ResolutionScalingInfo {
67 u32 down_shift{0}; 67 u32 down_shift{0};
68 f32 up_factor{1.0f}; 68 f32 up_factor{1.0f};
69 f32 down_factor{1.0f}; 69 f32 down_factor{1.0f};
70 u32 size_up{1};
71 u32 size_shift{0};
72 bool active{}; 70 bool active{};
73}; 71};
74 72