Remove no-longer-necessary ModColumn.Filter

This commit is contained in:
Bartłomiej Dach 2022-05-11 20:38:53 +02:00
parent 1c0166367d
commit 2266a5c9a0
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

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