mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 22:42:57 +08:00
Removed useless variable
This commit is contained in:
parent
6b3a81f567
commit
62365090ad
@ -31,7 +31,6 @@ namespace osu.Game.Screens.Select
|
||||
private BeatmapManager manager;
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap();
|
||||
|
||||
private readonly ActionContainer actionContainer;
|
||||
private readonly BeatmapCarousel carousel;
|
||||
private DialogOverlay dialogOverlay;
|
||||
|
||||
@ -130,7 +129,7 @@ namespace osu.Game.Screens.Select
|
||||
Right = left_area_padding,
|
||||
},
|
||||
});
|
||||
Add(actionContainer = new ActionContainer
|
||||
Add(new ActionContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Width = 250,
|
||||
|
Loading…
Reference in New Issue
Block a user