Remove no longer used components

This commit is contained in:
Andrei Zavatski
2020-01-18 03:35:47 +03:00
parent 6e776d02f8
commit d5a3d8dbaa
4 changed files with 6 additions and 175 deletions

View File

@ -20,7 +20,12 @@ namespace osu.Game.Tests.Visual.Online
{
protected override bool UseOnlineAPI => true;
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableProfileScore), typeof(RanksSection) };
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(ProfileScore),
typeof(ProfileWeightedScore),
typeof(RanksSection)
};
public TestSceneUserRanks()
{