mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Revert "Implement IAggregateAudioAdjustments properties for FallbackSampleStore"
This reverts commit 4a4f5ccbb2
.
This commit is contained in:
parent
4a4f5ccbb2
commit
ebae92db7b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user