mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
remove unused cached
This commit is contained in:
@ -20,7 +20,6 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private readonly Bindable<string> path = new Bindable<string>(index_path);
|
private readonly Bindable<string> path = new Bindable<string>(index_path);
|
||||||
|
|
||||||
[Cached]
|
|
||||||
private readonly Bindable<APIWikiPage> wikiData = new Bindable<APIWikiPage>();
|
private readonly Bindable<APIWikiPage> wikiData = new Bindable<APIWikiPage>();
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
Reference in New Issue
Block a user