From 32b87d12b58ce23133f83fcd437e7ceca2e5d2ca Mon Sep 17 00:00:00 2001 From: ocboogie Date: Wed, 12 Apr 2017 04:54:24 -0700 Subject: [PATCH] Removed unneeded `using` --- osu.Game/Screens/Play/FailOverlay.cs | 3 --- osu.Game/Screens/Play/PauseOverlay.cs | 1 - 2 files changed, 4 deletions(-) diff --git a/osu.Game/Screens/Play/FailOverlay.cs b/osu.Game/Screens/Play/FailOverlay.cs index 1c0e01201e..3225695cb7 100644 --- a/osu.Game/Screens/Play/FailOverlay.cs +++ b/osu.Game/Screens/Play/FailOverlay.cs @@ -1,9 +1,6 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using osu.Framework.Graphics.Containers; -using osu.Framework.Input; -using OpenTK.Input; using osu.Game.Graphics; using OpenTK.Graphics; using osu.Framework.Allocation; diff --git a/osu.Game/Screens/Play/PauseOverlay.cs b/osu.Game/Screens/Play/PauseOverlay.cs index c8439b33e0..3b06b1c84f 100644 --- a/osu.Game/Screens/Play/PauseOverlay.cs +++ b/osu.Game/Screens/Play/PauseOverlay.cs @@ -5,7 +5,6 @@ using System; using osu.Framework.Input; using osu.Game.Graphics; using OpenTK.Input; -using osu.Framework.Graphics.Containers; using OpenTK.Graphics; using osu.Framework.Allocation;