mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Remove unused property
This commit is contained in:
parent
62f01e4f40
commit
c7e8990576
@ -77,18 +77,6 @@ namespace osu.Game.Overlays.Mods
|
||||
/// </summary>
|
||||
public bool Visible => modState.Visible;
|
||||
|
||||
public bool ValidForSelection
|
||||
{
|
||||
get => modState.ValidForSelection.Value;
|
||||
set
|
||||
{
|
||||
if (modState.ValidForSelection.Value == value)
|
||||
return;
|
||||
|
||||
modState.ValidForSelection.Value = value;
|
||||
}
|
||||
}
|
||||
|
||||
#region Filtering support
|
||||
|
||||
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
||||
|
Loading…
Reference in New Issue
Block a user