1
0
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:
Dean Herbert 2017-08-17 17:47:55 +09:00
parent a44ff5a2c2
commit 58b1e9c954

View File

@ -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
{