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:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user