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

@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Dialog
public class PopupDialogCancelButton : PopupDialogButton
{
[BackgroundDependencyLoader]
private void load(OsuColour colours, AudioManager audio)
private void load(OsuColour colours)
{
ButtonColour = colours.Blue;
}