common/settings: Remove unused scaling options

This commit is contained in:
ReinUsesLisp
2021-11-16 22:11:28 +01:00
committed by Fernando Sahmkow
parent e580299467
commit 43aa695a04
2 changed files with 7 additions and 18 deletions
-2
View File
@@ -67,8 +67,6 @@ struct ResolutionScalingInfo {
u32 down_shift{0};
f32 up_factor{1.0f};
f32 down_factor{1.0f};
u32 size_up{1};
u32 size_shift{0};
bool active{};
};