Remove unused parameter.

This commit is contained in:
DrabWeb 2018-06-04 22:26:52 -03:00
parent d8154f8cad
commit 4cf7a64636

View File

@ -176,7 +176,7 @@ namespace osu.Game.Overlays
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours, APIAccess api, RulesetStore rulesets, BeatmapManager beatmaps) private void load(OsuColour colours, APIAccess api, RulesetStore rulesets)
{ {
this.api = api; this.api = api;
this.rulesets = rulesets; this.rulesets = rulesets;