Skip to content

Commit

Permalink
Remove no-longer-necessary ModColumn.Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed May 11, 2022
1 parent 1c01663 commit 2266a5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions osu.Game/Overlays/Mods/ModColumn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ public IReadOnlyList<ModState> AvailableMods
}
}

/// <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>
Expand Down

0 comments on commit 2266a5c

Please sign in to comment.