Remove unused variable

This commit is contained in:
Dean Herbert 2017-12-18 11:13:51 +09:00
parent b21c22085d
commit 5bfb6d1f58
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ public IEnumerable<BeatmapSetInfo> BeatmapSets
get { return beatmapSets.Select(g => g.BeatmapSet); }
set
{
List<CarouselBeatmapSet> newSets = null;
CarouselGroup newRoot = new CarouselGroupEagerSelect();
Task.Run(() =>