Remove unused fields

This commit is contained in:
smoogipoo 2017-11-14 17:43:19 +09:00
parent f6cbde95e2
commit bd7a6a90f5
1 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ namespace osu.Game.Screens.Menu
{
public class Intro : OsuScreen
{
private readonly IntroSequence introSequence;
private const string menu_music_beatmap_hash = "3c8b1fcc9434dbb29e2fb613d3b9eada9d7bb6c125ceb32396c3b53437280c83";
/// <summary>
@ -43,7 +41,6 @@ public class Intro : OsuScreen
private Bindable<bool> menuVoice;
private Bindable<bool> menuMusic;
private Track track;
private readonly ParallaxContainer parallax;
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuConfigManager config, BeatmapManager beatmaps, Framework.Game game)