Remove unused parameter

This commit is contained in:
Joehu
2019-06-21 08:11:10 -07:00
parent 1d6b6a7828
commit 74e99b2915

View File

@ -26,7 +26,7 @@ namespace osu.Game.Audio
private TrackManagerPreviewTrack current;
[BackgroundDependencyLoader]
private void load(AudioManager audio, FrameworkConfigManager config)
private void load(AudioManager audio)
{
// this is a temporary solution to get around muting ourselves.
// todo: update this once we have a BackgroundTrackManager or similar.