1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

Remove unused using

This commit is contained in:
Andrei Zavatski 2020-01-26 16:49:39 +03:00
parent cd0fcfabd9
commit 891f9a9b18
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,7 @@ namespace osu.Game.Graphics.UserInterface
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
if (AccentColour == default)
if (accentColour == default)
AccentColour = colours.Blue;
}

View File

@ -6,7 +6,6 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
using osuTK.Graphics;