mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Remove redundant variable
This commit is contained in:
parent
07ec0c0e0b
commit
b53ad50cd4
@ -18,9 +18,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected bool RequestedPlaying { get; private set; }
|
||||
|
||||
protected IBindable<bool> SamplePlaybackDisabled => samplePlaybackDisabled;
|
||||
|
||||
private readonly Bindable<bool> samplePlaybackDisabled = new Bindable<bool>();
|
||||
protected readonly IBindable<bool> SamplePlaybackDisabled = new Bindable<bool>();
|
||||
|
||||
public PausableSkinnableSound()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user