diff --git a/osu.Game/Screens/Select/SongSelect.cs b/osu.Game/Screens/Select/SongSelect.cs index 57e2183853..94740c0216 100644 --- a/osu.Game/Screens/Select/SongSelect.cs +++ b/osu.Game/Screens/Select/SongSelect.cs @@ -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,