mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
remove unused dependencies
This commit is contained in:
parent
5024770544
commit
ec78889e94
@ -2,7 +2,6 @@
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Audio;
|
||||
using osu.Framework.Screens;
|
||||
using osu.Framework.Graphics;
|
||||
|
||||
@ -18,7 +17,7 @@ namespace osu.Game.Screens.Menu
|
||||
private const double delay_step_two = 600;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
private void load()
|
||||
{
|
||||
if (MenuVoice.Value)
|
||||
SetWelcome();
|
||||
|
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Menu
|
||||
private BackgroundScreenDefault background;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
private void load()
|
||||
{
|
||||
if (MenuVoice.Value && !MenuMusic.Value)
|
||||
SetWelcome();
|
||||
|
Loading…
Reference in New Issue
Block a user