1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +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 Bindable<BeatmapSetFavouriteState> favouriteState;
[Cached]
private readonly BeatmapDownloadTracker downloadTracker;
private UpdateableOnlineBeatmapSetCover leftCover;