Remove redundant variable

This commit is contained in:
Mysfit 2021-01-21 18:00:37 -05:00
parent 07ec0c0e0b
commit b53ad50cd4

View File

@ -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()
{