Clean up unused resolved properties

This commit is contained in:
Dean Herbert
2021-12-03 18:37:45 +09:00
parent 7084ef5245
commit 1eed2436e6
63 changed files with 0 additions and 254 deletions

View File

@ -5,7 +5,6 @@ using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Platform;
using osu.Game.Online.API;
using osu.Game.Overlays.Notifications;
@ -19,9 +18,6 @@ namespace osu.Game.Updater
{
private string version;
[Resolved]
private GameHost host { get; set; }
[BackgroundDependencyLoader]
private void load(OsuGameBase game)
{