Cleanup all other leftover binding instantiation

This commit is contained in:
o-dasher
2022-09-25 16:02:40 -04:00
parent 537796c3a1
commit feadac1f79
13 changed files with 11 additions and 52 deletions

View File

@ -67,11 +67,7 @@ namespace osu.Game.Tests.Visual.Settings
};
[SettingSource("Sample number textbox", "Textbox number entry", SettingControlType = typeof(SettingsNumberBox))]
public Bindable<int?> IntTextBoxBindable { get; } = new Bindable<int?>
{
Default = null,
Value = null
};
public Bindable<int?> IntTextBoxBindable { get; } = new Bindable<int?>();
}
private enum TestEnum