Removed useless variable

This commit is contained in:
EVAST9919 2017-07-29 17:51:11 +03:00
parent 6b3a81f567
commit 62365090ad
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ public abstract class SongSelect : OsuScreen
private BeatmapManager manager;
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap();
private readonly ActionContainer actionContainer;
private readonly BeatmapCarousel carousel;
private DialogOverlay dialogOverlay;
@ -130,7 +129,7 @@ protected SongSelect()
Right = left_area_padding,
},
});
Add(actionContainer = new ActionContainer
Add(new ActionContainer
{
RelativeSizeAxes = Axes.Y,
Width = 250,