mirror of
https://github.com/ppy/osu.git
synced 2025-03-20 03:47:28 +08:00
Remove redundant xmldocs
This commit is contained in:
parent
39489358fa
commit
325c114c1c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user