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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Audio;
|
|
||||||
using osu.Framework.Screens;
|
using osu.Framework.Screens;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
|
|
||||||
@ -18,7 +17,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
private const double delay_step_two = 600;
|
private const double delay_step_two = 600;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(AudioManager audio)
|
private void load()
|
||||||
{
|
{
|
||||||
if (MenuVoice.Value)
|
if (MenuVoice.Value)
|
||||||
SetWelcome();
|
SetWelcome();
|
||||||
|
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
private BackgroundScreenDefault background;
|
private BackgroundScreenDefault background;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(AudioManager audio)
|
private void load()
|
||||||
{
|
{
|
||||||
if (MenuVoice.Value && !MenuMusic.Value)
|
if (MenuVoice.Value && !MenuMusic.Value)
|
||||||
SetWelcome();
|
SetWelcome();
|
||||||
|
Loading…
Reference in New Issue
Block a user