mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +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;
|
private BeatmapManager manager;
|
||||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap();
|
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap();
|
||||||
|
|
||||||
private readonly ActionContainer actionContainer;
|
|
||||||
private readonly BeatmapCarousel carousel;
|
private readonly BeatmapCarousel carousel;
|
||||||
private DialogOverlay dialogOverlay;
|
private DialogOverlay dialogOverlay;
|
||||||
|
|
||||||
@ -130,7 +129,7 @@ namespace osu.Game.Screens.Select
|
|||||||
Right = left_area_padding,
|
Right = left_area_padding,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
Add(actionContainer = new ActionContainer
|
Add(new ActionContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Width = 250,
|
Width = 250,
|
||||||
|
Loading…
Reference in New Issue
Block a user