"Update" BeatmapCarousel

This commit is contained in:
Dean Herbert
2021-11-08 17:41:42 +09:00
parent 8696f82627
commit 3152d2d8a0
2 changed files with 51 additions and 18 deletions

View File

@ -873,8 +873,6 @@ namespace osu.Game.Tests.Visual.SongSelect
}
}
}
protected override IEnumerable<BeatmapSetInfo> GetLoadableBeatmaps() => Enumerable.Empty<BeatmapSetInfo>();
}
}
}