diff --git a/osu.Game/Overlays/Settings/Sections/Gameplay/AudioSettings.cs b/osu.Game/Overlays/Settings/Sections/Gameplay/AudioSettings.cs index c239fd282a..9e677943c2 100644 --- a/osu.Game/Overlays/Settings/Sections/Gameplay/AudioSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/Gameplay/AudioSettings.cs @@ -9,7 +9,6 @@ using osu.Game.Configuration; using osu.Game.Localisation; using osu.Framework.Graphics.Containers; - namespace osu.Game.Overlays.Settings.Sections.Gameplay { public class AudioSettings : SettingsSubsection @@ -20,7 +19,6 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay private FillFlowContainer> positionalHitsoundsSettings; - [BackgroundDependencyLoader] private void load(OsuConfigManager config,OsuConfigManager osuConfig) {