From fec6f2ba651276cfaffe14c064694be4304179b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sun, 9 Jul 2017 19:47:54 +0300 Subject: [PATCH] Remove unnecessary usings --- osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs index 95e24dd6fa..067bf47521 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseBeatSyncedContainer.cs @@ -14,8 +14,6 @@ using osu.Game.Graphics.Sprites; using osu.Framework.Lists; using System; -using System.Globalization; -using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; namespace osu.Desktop.VisualTests.Tests