1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 12:42:31 +08:00

Remove unused dependency

This commit is contained in:
Dean Herbert
2025-05-27 02:11:37 +09:00
Unverified
parent bb6bdec361
commit e1334868e8
+1 -2
View File
@@ -6,7 +6,6 @@ using osu.Framework.Bindables;
using osu.Framework.Graphics.Sprites;
using osu.Game.Configuration;
using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Localisation;
using osu.Game.Overlays.FirstRunSetup;
using osu.Game.Overlays.Notifications;
@@ -35,7 +34,7 @@ namespace osu.Game.Overlays
}
[BackgroundDependencyLoader(permitNulls: true)]
private void load(OsuColour colours, LegacyImportManager? legacyImportManager)
private void load(LegacyImportManager? legacyImportManager)
{
AddStep<ScreenWelcome>();
AddStep<ScreenUIScale>();