From bd7a6a90f5a4f938727effbebbf253a9f3452445 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Tue, 14 Nov 2017 17:43:19 +0900 Subject: [PATCH] Remove unused fields --- osu.Game/Screens/Menu/Intro.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/osu.Game/Screens/Menu/Intro.cs b/osu.Game/Screens/Menu/Intro.cs index 0cb343c1ac..d78227920d 100644 --- a/osu.Game/Screens/Menu/Intro.cs +++ b/osu.Game/Screens/Menu/Intro.cs @@ -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"; /// @@ -43,7 +41,6 @@ public class Intro : OsuScreen private Bindable menuVoice; private Bindable menuMusic; private Track track; - private readonly ParallaxContainer parallax; [BackgroundDependencyLoader] private void load(AudioManager audio, OsuConfigManager config, BeatmapManager beatmaps, Framework.Game game)