mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
cleanup
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user