mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
remove useless property
This commit is contained in:
parent
d009cd8422
commit
ca416175bb
@ -26,9 +26,6 @@ namespace osu.Game.Overlays.Mods
|
||||
private readonly ShearedButton useCurrentModButton;
|
||||
private readonly ShearedButton createButton;
|
||||
|
||||
[Resolved]
|
||||
private Bindable<IReadOnlyList<Mod>> selectedMods { get; set; } = null!;
|
||||
|
||||
private readonly ModPreset preset;
|
||||
|
||||
public EditPresetPopover(ModPresetPanel modPresetPanel)
|
||||
|
Loading…
Reference in New Issue
Block a user