1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 09:23:06 +08:00

remove unused dependencies

This commit is contained in:
LeNitrous 2019-09-24 08:14:20 +08:00
parent 5024770544
commit ec78889e94
2 changed files with 2 additions and 3 deletions

View File

@ -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();

View File

@ -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();