Use local variables where appropriate

This commit is contained in:
Jamie Taylor
2019-02-28 19:58:21 +09:00
parent 4ad3d76b13
commit 1f273a4c3a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,6 @@ namespace osu.Game.Overlays
public const float RIGHT_WIDTH = 275;
private readonly Header header;
private readonly Info info;
private APIAccess api;
private RulesetStore rulesets;
@ -44,6 +43,7 @@ namespace osu.Game.Overlays
public BeatmapSetOverlay()
{
Info info;
ScoresContainer scores;
Waves.FirstWaveColour = OsuColour.Gray(0.4f);
Waves.SecondWaveColour = OsuColour.Gray(0.3f);