Remove unused parameters

This commit is contained in:
Dean Herbert
2017-06-29 12:05:37 -07:00
parent 1e50840a8e
commit 6865f9b231
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
}
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuColour colours)
private void load(OsuColour colours)
{
BackgroundColour = colours.Pink;
HoverColour = colours.PinkDark;