Removed unused variables and parameters

This commit is contained in:
Andrey Zavadskiy
2017-02-27 17:32:32 +03:00
parent 0c2089ddd7
commit 3487dfe236
12 changed files with 11 additions and 18 deletions

View File

@ -75,8 +75,7 @@ namespace osu.Game.Overlays
}
[BackgroundDependencyLoader]
private void load(OsuGameBase osuGame, OsuConfigManager config, BeatmapDatabase beatmaps, AudioManager audio,
TextureStore textures, OsuColour colours)
private void load(OsuGameBase osuGame, OsuConfigManager config, BeatmapDatabase beatmaps, OsuColour colours)
{
game = osuGame;