1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 02:13:38 +08:00

Remove unused OsuColor variable

This commit is contained in:
tadatomix
2025-10-10 02:34:09 +03:00
Unverified
parent a0f295d6fe
commit 3d6a3e3eda
@@ -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!;