mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +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]
|
||||
private MusicController music { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
private IBindable<RulesetInfo> ruleset { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
private Bindable<IReadOnlyList<Mod>> mods { get; set; } = null!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user