1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 07:22:55 +08:00

Remove unused DI

This commit is contained in:
Dean Herbert 2019-06-03 13:58:55 +09:00
parent e55f5efa82
commit 65e3b7c2ae

View File

@ -18,9 +18,6 @@ namespace osu.Game.Overlays.Settings
{
public class SettingsFooter : FillFlowContainer
{
[Resolved(CanBeNull = true)]
private ChangelogOverlay changelog { get; set; }
[BackgroundDependencyLoader]
private void load(OsuGameBase game, OsuColour colours, RulesetStore rulesets)
{