1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:33:20 +08:00

Remove unused load dependency

This commit is contained in:
Joseph Madamba 2023-06-14 08:09:03 -07:00
parent b54f3a2cba
commit 45e67fbe78
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -10,7 +10,6 @@ using osu.Framework.Allocation;
using osu.Framework.Extensions.LocalisationExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Localisation;
using osu.Framework.Utils;
using osu.Framework.Platform;
using osu.Framework.Screens;
@ -53,7 +52,7 @@ namespace osu.Game.Overlays.AccountCreation
private OsuGame game { get; set; }
[BackgroundDependencyLoader]
private void load(LocalisationManager localisationManager)
private void load()
{
InternalChildren = new Drawable[]
{