mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Remove no-longer-necessary ModColumn.Filter
This commit is contained in:
parent
1c0166367d
commit
2266a5c9a0
@ -63,13 +63,6 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// A function determining whether each mod in the column should be displayed.
|
||||
/// A return value of <see langword="true"/> means that the mod is not filtered and therefore its corresponding panel should be displayed.
|
||||
/// A return value of <see langword="false"/> means that the mod is filtered out and therefore its corresponding panel should be hidden.
|
||||
/// </summary>
|
||||
public Func<Mod, bool>? Filter { get; set; } // TODO: remove later
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether this column should accept user input.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user