mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
Remove unused local map hud widget size setting
Unused since d1a3cc98ff
This commit is contained in:
parent
e76ce6b696
commit
bdb4808588
3 changed files with 0 additions and 25 deletions
|
@ -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) };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue