From 1eb96e07bd54fb24b649d002ed0275fa6530aa5a Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Sat, 20 May 2017 03:01:09 -0300 Subject: [PATCH] Remove unused using directive --- osu.Game/Screens/Play/HUD/ModDisplay.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/Play/HUD/ModDisplay.cs b/osu.Game/Screens/Play/HUD/ModDisplay.cs index ce6dfae24f..4a10438cdb 100644 --- a/osu.Game/Screens/Play/HUD/ModDisplay.cs +++ b/osu.Game/Screens/Play/HUD/ModDisplay.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System.Collections.Generic; -using System.Linq; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;