mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:42:54 +08:00
Trim unused resolved bindable
This commit is contained in:
parent
8754fa40f4
commit
5512298d60
@ -56,9 +56,6 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
[Resolved]
|
[Resolved]
|
||||||
private MusicController music { get; set; } = null!;
|
private MusicController music { get; set; } = null!;
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private IBindable<RulesetInfo> ruleset { get; set; } = null!;
|
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private Bindable<IReadOnlyList<Mod>> mods { get; set; } = null!;
|
private Bindable<IReadOnlyList<Mod>> mods { get; set; } = null!;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user