From a9baeddaa5988337520d2f5a8b8d5a8432d3be21 Mon Sep 17 00:00:00 2001 From: Jorolf Date: Sun, 2 Apr 2017 21:12:49 +0200 Subject: [PATCH] remove unused code --- osu.Game/Graphics/Cursor/MenuCursor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Graphics/Cursor/MenuCursor.cs b/osu.Game/Graphics/Cursor/MenuCursor.cs index ca462d78cc..cb6dcc451f 100644 --- a/osu.Game/Graphics/Cursor/MenuCursor.cs +++ b/osu.Game/Graphics/Cursor/MenuCursor.cs @@ -15,7 +15,6 @@ using osu.Framework.Graphics.Textures; using osu.Game.Graphics.UserInterface; using osu.Framework.Threading; using System.Linq; -using osu.Framework.Screens; using System.Collections.Generic; namespace osu.Game.Graphics.Cursor