Remove obsoleted ShowProgressGraph global setting

This was moved to the component itself.
This commit is contained in:
Dean Herbert
2022-10-28 12:47:44 +09:00
parent bdc6755ee2
commit 71970d83cf
2 changed files with 0 additions and 51 deletions

View File

@ -127,7 +127,6 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.HitLighting, true);
SetDefault(OsuSetting.HUDVisibilityMode, HUDVisibilityMode.Always);
SetDefault(OsuSetting.ShowProgressGraph, true);
SetDefault(OsuSetting.ShowHealthDisplayWhenCantFail, true);
SetDefault(OsuSetting.FadePlayfieldWhenHealthLow, true);
SetDefault(OsuSetting.KeyOverlay, false);
@ -302,8 +301,6 @@ namespace osu.Game.Configuration
FloatingComments,
HUDVisibilityMode,
// This has been migrated to the component itself. can be removed 20221027.
ShowProgressGraph,
ShowHealthDisplayWhenCantFail,
FadePlayfieldWhenHealthLow,
MouseDisableButtons,