From 2e30a69b67777a731d8f3d94302f8ce7dc99de38 Mon Sep 17 00:00:00 2001 From: EVAST9919 Date: Tue, 2 May 2017 23:04:36 +0300 Subject: [PATCH] removed using --- osu.Game/Screens/Play/ModsContainer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/Play/ModsContainer.cs b/osu.Game/Screens/Play/ModsContainer.cs index 3ae3e0b119..8569bc6db6 100644 --- a/osu.Game/Screens/Play/ModsContainer.cs +++ b/osu.Game/Screens/Play/ModsContainer.cs @@ -7,7 +7,6 @@ using osu.Game.Rulesets.UI; using osu.Framework.Graphics; using OpenTK.Graphics; using osu.Game.Graphics; -using osu.Framework.Allocation; using osu.Game.Graphics.Sprites; namespace osu.Game.Screens.Play