From 91e18cc63e673e8bd865c811b892dc66cf9a2053 Mon Sep 17 00:00:00 2001 From: Andrey Zavadskiy Date: Tue, 28 Mar 2017 12:12:35 +0300 Subject: [PATCH] Fix usings --- osu.Game/Screens/Play/FailOverlay.cs | 11 ----------- osu.Game/Screens/Play/InGameOverlay.cs | 1 - 2 files changed, 12 deletions(-) diff --git a/osu.Game/Screens/Play/FailOverlay.cs b/osu.Game/Screens/Play/FailOverlay.cs index 9fa95b008e..906e25d14f 100644 --- a/osu.Game/Screens/Play/FailOverlay.cs +++ b/osu.Game/Screens/Play/FailOverlay.cs @@ -1,20 +1,9 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using System; -using osu.Framework.Extensions.Color4Extensions; -using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; -using osu.Framework.Graphics.Sprites; -using osu.Framework.Graphics.Transforms; using osu.Framework.Input; -using osu.Game.Graphics.Sprites; -using osu.Game.Screens.Play.Pause; -using OpenTK; -using OpenTK.Graphics; using OpenTK.Input; -using osu.Game.Graphics; -using osu.Framework.Allocation; namespace osu.Game.Screens.Play { diff --git a/osu.Game/Screens/Play/InGameOverlay.cs b/osu.Game/Screens/Play/InGameOverlay.cs index b4efe47399..ba2027b4d5 100644 --- a/osu.Game/Screens/Play/InGameOverlay.cs +++ b/osu.Game/Screens/Play/InGameOverlay.cs @@ -12,7 +12,6 @@ using osu.Game.Screens.Play.Pause; using OpenTK; using OpenTK.Graphics; -using OpenTK.Input; using osu.Game.Graphics; using osu.Framework.Allocation;