1
0
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:
Bartłomiej Dach 2023-12-04 15:01:23 +01:00
parent 8754fa40f4
commit 5512298d60
No known key found for this signature in database

View File

@ -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!;