Remove unused user instance for now.

This commit is contained in:
Huo Yaoyuan
2017-06-15 08:00:15 +08:00
parent b37c3f8ce1
commit 4c8658980b
8 changed files with 7 additions and 37 deletions

View File

@ -6,9 +6,5 @@ namespace osu.Game.Users.Profile
public class RecentSection : ProfileSection
{
public override string Title => "Recent";
public RecentSection(User user)
{
}
}
}