diff --git a/osu.Game/Screens/Select/BeatmapCarousel.cs b/osu.Game/Screens/Select/BeatmapCarousel.cs index 21e12c48b9..48bfe01d51 100644 --- a/osu.Game/Screens/Select/BeatmapCarousel.cs +++ b/osu.Game/Screens/Select/BeatmapCarousel.cs @@ -60,8 +60,6 @@ public IEnumerable BeatmapSets get { return beatmapSets.Select(g => g.BeatmapSet); } set { - List newSets = null; - CarouselGroup newRoot = new CarouselGroupEagerSelect(); Task.Run(() =>