From 2b64de9dd83c1639e40b604564c91faa422b034a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 10 Mar 2017 11:37:53 +0900 Subject: [PATCH] Fix using statements. --- osu.Desktop.VisualTests/Tests/TestCaseScoreCounter.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseScoreCounter.cs b/osu.Desktop.VisualTests/Tests/TestCaseScoreCounter.cs index a3560e7400..2dafa261d0 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseScoreCounter.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseScoreCounter.cs @@ -2,19 +2,14 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using OpenTK; -using OpenTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.Sprites; using osu.Framework.MathUtils; using osu.Framework.Screens.Testing; using osu.Game.Graphics.UserInterface; -using osu.Game.Modes.Catch.UI; -using osu.Game.Modes.Mania.UI; using osu.Game.Modes.Osu.UI; -using osu.Game.Modes.Taiko.UI; using osu.Game.Modes.UI; -using System; namespace osu.Desktop.VisualTests.Tests {