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:
parent
e55f5efa82
commit
65e3b7c2ae
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user