From 54945415c01db172ce8dc4afe03ac43035487cc7 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 6 Mar 2017 10:05:42 +0900 Subject: [PATCH] Remove unnecessary usings. --- .../Tests/TestCaseReplay.cs | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseReplay.cs b/osu.Desktop.VisualTests/Tests/TestCaseReplay.cs index 2bb77a8a7c..2a36428f74 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseReplay.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseReplay.cs @@ -2,34 +2,14 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; -using System.Collections.Generic; using System.IO; -using System.Text; using osu.Framework.Allocation; -using osu.Framework.Screens.Testing; -using osu.Game.Beatmaps; -using osu.Game.Beatmaps.Formats; -using OpenTK; -using osu.Framework.Graphics.Sprites; -using osu.Framework.Input; using osu.Framework.Input.Handlers; -using osu.Framework.MathUtils; using osu.Framework.Platform; -using osu.Game.Beatmaps.IO; +using osu.Game.Beatmaps; using osu.Game.Database; -using osu.Game.Input.Handlers; -using osu.Game.IO.Legacy; using osu.Game.Modes; -using osu.Game.Modes.Objects; -using osu.Game.Modes.Osu.Objects; using osu.Game.Screens.Play; -using OpenTK.Graphics; -using OpenTK.Input; -using SharpCompress.Archives.SevenZip; -using SharpCompress.Compressors.LZMA; -using SharpCompress.Readers; -using KeyboardState = osu.Framework.Input.KeyboardState; -using MouseState = osu.Framework.Input.MouseState; namespace osu.Desktop.VisualTests.Tests {