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;