mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Remove unused variable
This commit is contained in:
@ -60,8 +60,6 @@ namespace osu.Game.Screens.Select
|
|||||||
get { return beatmapSets.Select(g => g.BeatmapSet); }
|
get { return beatmapSets.Select(g => g.BeatmapSet); }
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
List<CarouselBeatmapSet> newSets = null;
|
|
||||||
|
|
||||||
CarouselGroup newRoot = new CarouselGroupEagerSelect();
|
CarouselGroup newRoot = new CarouselGroupEagerSelect();
|
||||||
|
|
||||||
Task.Run(() =>
|
Task.Run(() =>
|
||||||
|
Reference in New Issue
Block a user