1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 05:12:55 +08:00

Remove no longer used [Cached] attribute

This commit is contained in:
Bartłomiej Dach 2021-11-21 13:19:16 +01:00
parent c0962b1c4f
commit 975744d26c
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -40,7 +40,6 @@ namespace osu.Game.Beatmaps.Drawables.Cards
private readonly APIBeatmapSet beatmapSet; private readonly APIBeatmapSet beatmapSet;
private readonly Bindable<BeatmapSetFavouriteState> favouriteState; private readonly Bindable<BeatmapSetFavouriteState> favouriteState;
[Cached]
private readonly BeatmapDownloadTracker downloadTracker; private readonly BeatmapDownloadTracker downloadTracker;
private UpdateableOnlineBeatmapSetCover leftCover; private UpdateableOnlineBeatmapSetCover leftCover;