From d8bb72dd7811ecf1039ee8a377f30f8b995664c3 Mon Sep 17 00:00:00 2001 From: Jorolf Date: Fri, 31 Mar 2017 21:19:23 +0200 Subject: [PATCH] remove unused using-directive --- osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs b/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs index 6a90ff60d1..67a44d4f9f 100644 --- a/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs +++ b/osu.Game/Screens/Select/Details/BeatmapDetailsGraph.cs @@ -5,7 +5,6 @@ using OpenTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System.Collections.Generic; -using System.Linq; namespace osu.Game.Screens.Select.Details {