remove unused cached

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-05-26 19:32:49 +07:00
parent ba8544f614
commit 7546611c14
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -20,7 +20,6 @@ namespace osu.Game.Overlays
private readonly Bindable<string> path = new Bindable<string>(index_path);
[Cached]
private readonly Bindable<APIWikiPage> wikiData = new Bindable<APIWikiPage>();
[Resolved]