From 2437c416b1da393c78bf0bb2ba4a31de200db32c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 1 May 2017 19:56:01 +0900 Subject: [PATCH] Use less usings. --- osu.Game/Overlays/Music/PlaylistItem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Overlays/Music/PlaylistItem.cs b/osu.Game/Overlays/Music/PlaylistItem.cs index 17d39dcdb3..e103b8b14f 100644 --- a/osu.Game/Overlays/Music/PlaylistItem.cs +++ b/osu.Game/Overlays/Music/PlaylistItem.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; -using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;