Remove unused cancellationToken parameter in synchronous BeatmapOnlineLookupQueue flow

This commit is contained in:
Dean Herbert
2022-01-14 13:19:00 +09:00
parent 9b33fbbee5
commit 8424d86e9a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Beatmaps
prepareLocalCache();
}
public void Update(BeatmapSetInfo beatmapSet, CancellationToken cancellationToken)
public void Update(BeatmapSetInfo beatmapSet)
{
foreach (var b in beatmapSet.Beatmaps)
lookup(beatmapSet, b);