diff --git a/osu.Desktop.VisualTests/Tests/TestCaseReplaySettingsOverlay.cs b/osu.Desktop.VisualTests/Tests/TestCaseReplaySettingsOverlay.cs index d88caded90..6ffff680d6 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseReplaySettingsOverlay.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseReplaySettingsOverlay.cs @@ -4,7 +4,6 @@ using osu.Framework.Graphics; using osu.Framework.Testing; using osu.Game.Graphics.UserInterface; -using osu.Game.Overlays.Settings; using osu.Game.Screens.Play.ReplaySettings; namespace osu.Desktop.VisualTests.Tests diff --git a/osu.Game/Graphics/UserInterface/Nub.cs b/osu.Game/Graphics/UserInterface/Nub.cs index d3179fac4c..a5cbc9f53f 100644 --- a/osu.Game/Graphics/UserInterface/Nub.cs +++ b/osu.Game/Graphics/UserInterface/Nub.cs @@ -1,7 +1,6 @@ // Copyright (c) 2007-2017 ppy Pty Ltd . // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE -using System; using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; diff --git a/osu.Game/Screens/Play/ReplaySettings/DiscussionSettings.cs b/osu.Game/Screens/Play/ReplaySettings/DiscussionSettings.cs index 9fc672a41e..93dd65cb6d 100644 --- a/osu.Game/Screens/Play/ReplaySettings/DiscussionSettings.cs +++ b/osu.Game/Screens/Play/ReplaySettings/DiscussionSettings.cs @@ -5,7 +5,6 @@ using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Configuration; using osu.Game.Graphics.UserInterface; -using osu.Game.Overlays.Settings; namespace osu.Game.Screens.Play.ReplaySettings { diff --git a/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs b/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs index 3cf669554d..6432c48e38 100644 --- a/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs +++ b/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs @@ -3,10 +3,8 @@ using osu.Framework.Allocation; using osu.Game.Configuration; -using osu.Game.Overlays.Settings; using osu.Game.Graphics.UserInterface; using osu.Framework.Graphics; -using osu.Game.Graphics.Sprites; namespace osu.Game.Screens.Play.ReplaySettings { diff --git a/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsSliderBar.cs b/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsSliderBar.cs index 5c60b9a0d5..f2c1ed090a 100644 --- a/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsSliderBar.cs +++ b/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsSliderBar.cs @@ -6,7 +6,6 @@ using osu.Game.Graphics.UserInterface; using System; using osu.Game.Graphics; using osu.Framework.Graphics; -using osu.Framework.Input; using osu.Game.Overlays.Settings; namespace osu.Game.Screens.Play.ReplaySettings