1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 01:04:49 +08:00

Revert "Implement IAggregateAudioAdjustments properties for FallbackSampleStore"

This reverts commit 4a4f5ccbb2.
This commit is contained in:
iiSaLMaN
2019-11-21 03:18:31 +03:00
Unverified
parent 4a4f5ccbb2
commit ebae92db7b
-6
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();