Remove unused local map hud widget size setting

Unused since d1a3cc98ff
This commit is contained in:
elsid 2023-07-27 22:52:00 +02:00
parent e76ce6b696
commit bdb4808588
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
3 changed files with 0 additions and 25 deletions

View file

@ -19,7 +19,6 @@ namespace Settings
using WithIndex::WithIndex;
SettingValue<int> mGlobalMapCellSize{ mIndex, "Map", "global map cell size", makeClampSanitizerInt(1, 50) };
SettingValue<int> mLocalMapHudWidgetSize{ mIndex, "Map", "local map hud widget size", makeMaxSanitizerInt(1) };
SettingValue<bool> mLocalMapHudFogOfWar{ mIndex, "Map", "local map hud fog of war" };
SettingValue<int> mLocalMapResolution{ mIndex, "Map", "local map resolution", makeMaxSanitizerInt(1) };
SettingValue<int> mLocalMapWidgetSize{ mIndex, "Map", "local map widget size", makeMaxSanitizerInt(1) };