From f3f3952ba5d17e4a5824544f4369e18559d2c80d Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 29 Jun 2017 12:20:05 -0700 Subject: [PATCH] More unused usings --- osu.Game/Graphics/UserInterface/BackButton.cs | 1 - osu.Game/Overlays/Dialog/PopupDialogCancelButton.cs | 1 - osu.Game/Screens/Play/HotkeyRetryOverlay.cs | 1 - osu.Game/Screens/Play/SkipButton.cs | 1 - 4 files changed, 4 deletions(-) diff --git a/osu.Game/Graphics/UserInterface/BackButton.cs b/osu.Game/Graphics/UserInterface/BackButton.cs index 2966241753..6a3757ec0e 100644 --- a/osu.Game/Graphics/UserInterface/BackButton.cs +++ b/osu.Game/Graphics/UserInterface/BackButton.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; -using osu.Framework.Audio; using osu.Framework.Graphics; namespace osu.Game.Graphics.UserInterface diff --git a/osu.Game/Overlays/Dialog/PopupDialogCancelButton.cs b/osu.Game/Overlays/Dialog/PopupDialogCancelButton.cs index b4bb8625cb..a17c4a7bf2 100644 --- a/osu.Game/Overlays/Dialog/PopupDialogCancelButton.cs +++ b/osu.Game/Overlays/Dialog/PopupDialogCancelButton.cs @@ -2,7 +2,6 @@ // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; -using osu.Framework.Audio; using osu.Game.Graphics; namespace osu.Game.Overlays.Dialog diff --git a/osu.Game/Screens/Play/HotkeyRetryOverlay.cs b/osu.Game/Screens/Play/HotkeyRetryOverlay.cs index 20c19b46c7..c4d956ebce 100644 --- a/osu.Game/Screens/Play/HotkeyRetryOverlay.cs +++ b/osu.Game/Screens/Play/HotkeyRetryOverlay.cs @@ -4,7 +4,6 @@ using osu.Framework.Input; using OpenTK.Input; using osu.Framework.Allocation; -using osu.Framework.Audio; using System; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics; diff --git a/osu.Game/Screens/Play/SkipButton.cs b/osu.Game/Screens/Play/SkipButton.cs index 45fa584717..4a81ce90ff 100644 --- a/osu.Game/Screens/Play/SkipButton.cs +++ b/osu.Game/Screens/Play/SkipButton.cs @@ -4,7 +4,6 @@ using System; using osu.Framework; using osu.Framework.Allocation; -using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input;