1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00

Remove redundant xmldocs

This commit is contained in:
Cootz 2023-06-02 10:39:27 +03:00
parent 39489358fa
commit 325c114c1c

View File

@ -64,9 +64,6 @@ namespace osu.Game.Overlays.Mods
}
}
/// <summary>
/// Search term applied on mod overlay
/// </summary>
public string SearchTerm
{
get => SearchTextBox.Current.Value;
@ -79,9 +76,6 @@ namespace osu.Game.Overlays.Mods
}
}
/// <summary>
/// Search box applied on mod overlay
/// </summary>
public ShearedSearchTextBox SearchTextBox { get; private set; } = null!;
/// <summary>