diff --git a/osu.Game/Screens/Play/ReplaySettings/CollectionSettings.cs b/osu.Game/Screens/Play/ReplaySettings/CollectionSettings.cs index defa2a8ded..729324950e 100644 --- a/osu.Game/Screens/Play/ReplaySettings/CollectionSettings.cs +++ b/osu.Game/Screens/Play/ReplaySettings/CollectionSettings.cs @@ -6,7 +6,6 @@ using osu.Framework.Graphics; using osu.Game.Graphics.Sprites; using osu.Game.Overlays.Music; using System.Collections.Generic; -using osu.Game.Graphics.UserInterface; 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 69b6ed7fe3..da97664933 100644 --- a/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs +++ b/osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs @@ -3,7 +3,6 @@ using osu.Framework.Allocation; using osu.Game.Configuration; -using osu.Game.Graphics.UserInterface; using osu.Framework.Graphics; namespace osu.Game.Screens.Play.ReplaySettings diff --git a/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsGroup.cs b/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsGroup.cs index 5d416ef372..57111baa1c 100644 --- a/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsGroup.cs +++ b/osu.Game/Screens/Play/ReplaySettings/ReplaySettingsGroup.cs @@ -32,7 +32,7 @@ namespace osu.Game.Screens.Play.ReplaySettings private Color4 buttonActiveColour; - public ReplaySettingsGroup() + protected ReplaySettingsGroup() { AutoSizeAxes = Axes.Y; Width = container_width;