Remove BeatmapSearchSmallFilterRow component

This commit is contained in:
Andrei Zavatski
2020-04-09 19:41:35 +03:00
parent 474dae368f
commit 518acf03e9
4 changed files with 9 additions and 41 deletions

View File

@ -20,8 +20,7 @@ namespace osu.Game.Tests.Visual.UserInterface
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(BeatmapSearchFilterRow<>),
typeof(BeatmapSearchRulesetFilterRow),
typeof(BeatmapSearchSmallFilterRow<>),
typeof(BeatmapSearchRulesetFilterRow)
};
[Cached]
@ -43,7 +42,7 @@ namespace osu.Game.Tests.Visual.UserInterface
{
new BeatmapSearchRulesetFilterRow(),
new BeatmapSearchFilterRow<BeatmapSearchCategory>("Categories"),
new BeatmapSearchSmallFilterRow<BeatmapSearchCategory>("Header Name")
new BeatmapSearchFilterRow<BeatmapSearchCategory>("Header Name")
}
});
}