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

@ -16,7 +16,7 @@ namespace osu.Game.Beatmaps.Drawables
}
[BackgroundDependencyLoader]
private void load(OsuGameBase game)
private void load()
{
if (working.Background != null)
Texture = working.Background;