Remove old configuration variants.

This commit is contained in:
Lucas A
2020-03-17 22:58:20 +01:00
parent ed4f9f8ba9
commit 44c13b081c
2 changed files with 0 additions and 8 deletions

View File

@ -53,12 +53,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
Keywords = new[] { "hp", "bar" }
},
new SettingsCheckbox
{
LabelText = "Fade playfield to red when health is low",
Bindable = config.GetBindable<bool>(OsuSetting.FadePlayfieldWhenLowHealth),
Keywords = new[] { "hp", "playfield", "health" }
},
new SettingsCheckbox
{
LabelText = "Always show key overlay",
Bindable = config.GetBindable<bool>(OsuSetting.KeyOverlay)