mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 05:42:54 +08:00
cleanup
This commit is contained in:
parent
74a16f233f
commit
ff9c68dd6a
@ -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<SettingsSlider<float>> positionalHitsoundsSettings;
|
||||
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config,OsuConfigManager osuConfig)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user