diff --git a/osu.Game/Screens/Select/Options/BeatmapOptionsOverlay.cs b/osu.Game/Screens/Select/Options/BeatmapOptionsOverlay.cs
index b831ae274c..c01970f536 100644
--- a/osu.Game/Screens/Select/Options/BeatmapOptionsOverlay.cs
+++ b/osu.Game/Screens/Select/Options/BeatmapOptionsOverlay.cs
@@ -89,10 +89,6 @@ namespace osu.Game.Screens.Select.Options
/// Icon of the button.
/// Hotkey of the button.
/// Binding the button does.
- ///
- /// Lower depth to be put on the left, and higher to be put on the right.
- /// Notice this is different to !
- ///
public void AddButton(string firstLine, string secondLine, IconUsage icon, Color4 colour, Action action, Key? hotkey = null)
{
var button = new BeatmapOptionsButton