Fixed formatting

This commit is contained in:
Swords 2021-05-15 01:04:15 +10:00
parent 0725088fde
commit 753bdf2083
3 changed files with 0 additions and 3 deletions

View File

@ -85,7 +85,6 @@ namespace osu.Game.Overlays.KeyBinding
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults);
isKeysDefaultValue.BindValueChanged(resetButtons =>
{

View File

@ -45,7 +45,6 @@ namespace osu.Game.Overlays.KeyBinding
Defaults = defaultGroup.Select(d => d.KeyCombination)
};
RestoreDefaultValueButton<bool> restoreDefaultButton;
RelativeSizeAxes = Axes.X;

View File

@ -108,7 +108,6 @@ namespace osu.Game.Overlays.Settings
protected SettingsItem()
{
RestoreDefaultValueButton<T> restoreDefaultButton;
RelativeSizeAxes = Axes.X;