mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Remove unused DI retrieval
This commit is contained in:
parent
a44ff5a2c2
commit
58b1e9c954
@ -59,8 +59,8 @@ namespace osu.Game.Overlays
|
||||
|
||||
protected virtual IEnumerable<SettingsSection> CreateSections() => null;
|
||||
|
||||
[BackgroundDependencyLoader(permitNulls: true)]
|
||||
private void load(OsuGame game)
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
InternalChild = ContentContainer = new Container
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user