From 4b624ced368241c1aeb8e4864e9e8559d854d5c5 Mon Sep 17 00:00:00 2001 From: EVAST9919 Date: Tue, 30 May 2017 12:31:56 +0300 Subject: [PATCH] CI fixes --- osu.Game/Screens/Play/ReplaySettings/CollectionSettings.cs | 1 - osu.Game/Screens/Play/ReplaySettings/PlaybackSettings.cs | 1 - osu.Game/Screens/Play/ReplaySettings/ReplaySettingsGroup.cs | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) 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;