From 2bd2cd1d3f16cf8c4cedbb7ca2e0e23751badaaf Mon Sep 17 00:00:00 2001 From: recapitalverb <41869184+recapitalverb@users.noreply.github.com> Date: Fri, 14 Feb 2020 21:59:33 +0700 Subject: [PATCH] Use OsuConfigManager from ctor instead --- osu.Game/Online/API/APIAccess.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Online/API/APIAccess.cs b/osu.Game/Online/API/APIAccess.cs index ab87607112..cae073f596 100644 --- a/osu.Game/Online/API/APIAccess.cs +++ b/osu.Game/Online/API/APIAccess.cs @@ -22,7 +22,6 @@ namespace osu.Game.Online.API { public class APIAccess : Component, IAPIProvider { - [Resolved] private OsuConfigManager config { get; set; } private readonly OAuth authentication;