mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 06:23:39 +08:00
remove useless property
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user