Remove missing text where not needed

This commit is contained in:
Andrei Zavatski
2020-09-07 22:30:43 +03:00
parent 1c55039994
commit b7bd084296
9 changed files with 17 additions and 14 deletions

View File

@ -17,8 +17,8 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
{
private readonly ScoreType type;
public PaginatedScoreContainer(ScoreType type, Bindable<User> user, string missing)
: base(user, missing)
public PaginatedScoreContainer(ScoreType type, Bindable<User> user)
: base(user)
{
this.type = type;