1
0
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:
cdwcgt 2023-03-09 22:58:44 +09:00
parent d009cd8422
commit ca416175bb

View File

@ -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)