Remove redundant code

This commit is contained in:
TocoToucan
2018-03-16 20:42:05 +03:00
parent 34dc8e7375
commit 604e725f3f
3 changed files with 6 additions and 6 deletions

View File

@ -81,8 +81,6 @@ namespace osu.Game
private Bindable<int> configRuleset;
public Bindable<RulesetInfo> Ruleset = new Bindable<RulesetInfo>();
private ScreenshotManager screenshotManager;
private Bindable<int> configSkin;
private readonly string[] args;
@ -220,7 +218,7 @@ namespace osu.Game
},
mainContent = new Container { RelativeSizeAxes = Axes.Both },
overlayContent = new Container { RelativeSizeAxes = Axes.Both, Depth = float.MinValue },
screenshotManager = new ScreenshotManager()
new ScreenshotManager()
});
loadComponentSingleFile(screenStack = new Loader(), d =>