This commit is contained in:
Andrei Zavatski
2020-11-14 20:17:32 +03:00
parent 5354bf1fa5
commit a94546f905
3 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
protected ChartProfileSubsection(Bindable<User> user, string headerText)
: base(user, headerText)
{
}
protected override Drawable CreateContent() => new Container