diff --git a/osu.Game/Overlays/Mods/ModColumn.cs b/osu.Game/Overlays/Mods/ModColumn.cs
index d7ce08e124..9bb3f8bd9e 100644
--- a/osu.Game/Overlays/Mods/ModColumn.cs
+++ b/osu.Game/Overlays/Mods/ModColumn.cs
@@ -63,13 +63,6 @@ namespace osu.Game.Overlays.Mods
}
}
- ///
- /// A function determining whether each mod in the column should be displayed.
- /// A return value of means that the mod is not filtered and therefore its corresponding panel should be displayed.
- /// A return value of means that the mod is filtered out and therefore its corresponding panel should be hidden.
- ///
- public Func? Filter { get; set; } // TODO: remove later
-
///
/// Determines whether this column should accept user input.
///