Apply suggestions

This commit is contained in:
Andrei Zavatski
2019-11-21 00:26:39 +03:00
parent 6b3010535f
commit f066d8434c
7 changed files with 10 additions and 15 deletions

View File

@ -1,8 +1,6 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Graphics;
@ -14,8 +12,6 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
{
protected override string Header => "Volume";
public override IEnumerable<string> FilterTerms => base.FilterTerms.Concat(new[] { "Sound" });
[BackgroundDependencyLoader]
private void load(AudioManager audio, OsuConfigManager config)
{