mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 12:32:58 +08:00
Remove unused property
This commit is contained in:
parent
62f01e4f40
commit
c7e8990576
@ -77,18 +77,6 @@ namespace osu.Game.Overlays.Mods
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool Visible => modState.Visible;
|
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
|
#region Filtering support
|
||||||
|
|
||||||
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
||||||
|
Loading…
Reference in New Issue
Block a user