Fix post-merge issues

This commit is contained in:
Dean Herbert
2022-01-04 16:46:42 +09:00
parent 69e7ee0f48
commit 1c899e4402
4 changed files with 4 additions and 13 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface.PageSelector;
@ -11,14 +9,6 @@ namespace osu.Game.Tests.Visual.UserInterface
{
public class TestScenePageSelector : OsuTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(PageSelector),
typeof(DrawablePage),
typeof(PageSelectorButton),
typeof(PageSelectorItem)
};
private readonly PageSelector pageSelector;
private readonly DrawablePage drawablePage;