Apply review

This commit is contained in:
Dean Herbert
2018-11-30 18:06:48 +09:00
parent 9718e476c7
commit 059e9e180b
4 changed files with 10 additions and 5 deletions

View File

@ -9,7 +9,6 @@ using osu.Game.Users;
using System;
using System.Linq;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Scoring;
namespace osu.Game.Overlays.Profile.Sections.Ranks
{
@ -30,8 +29,6 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
ItemsContainer.Direction = FillDirection.Vertical;
}
private ScoreManager scoreManager;
protected override void ShowMore()
{
base.ShowMore();