Revert "Implement IAggregateAudioAdjustments properties for FallbackSampleStore"

This reverts commit 4a4f5ccbb2.
This commit is contained in:
iiSaLMaN 2019-11-21 03:18:31 +03:00
parent 4a4f5ccbb2
commit ebae92db7b

View File

@ -517,12 +517,6 @@ namespace osu.Game.Rulesets.UI
public BindableDouble Frequency => throw new NotImplementedException();
public IBindable<double> AggregateVolume => throw new NotImplementedException();
public IBindable<double> AggregateBalance => throw new NotImplementedException();
public IBindable<double> AggregateFrequency => throw new NotImplementedException();
public int PlaybackConcurrency
{
get => throw new NotImplementedException();