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

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;