diff --git a/osu.Game/Screens/SelectV2/PanelGroupRankedStatus.cs b/osu.Game/Screens/SelectV2/PanelGroupRankedStatus.cs index 97e9610a67..e9713978cb 100644 --- a/osu.Game/Screens/SelectV2/PanelGroupRankedStatus.cs +++ b/osu.Game/Screens/SelectV2/PanelGroupRankedStatus.cs @@ -28,9 +28,6 @@ namespace osu.Game.Screens.SelectV2 { public const float HEIGHT = PanelGroup.HEIGHT; - [Resolved] - private OsuColour colours { get; set; } = null!; - [Resolved] private OverlayColourProvider colourProvider { get; set; } = null!;