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