From f0035659dbcbaf7b470f61d22dca220cb6d0c979 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Fri, 24 Mar 2017 00:45:19 -0300 Subject: [PATCH] Unused using --- osu.Game/Screens/Play/SongProgress.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/Play/SongProgress.cs b/osu.Game/Screens/Play/SongProgress.cs index e0b48b0ec0..af677c9471 100644 --- a/osu.Game/Screens/Play/SongProgress.cs +++ b/osu.Game/Screens/Play/SongProgress.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using OpenTK; -using OpenTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Primitives;