mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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 bool RequestedPlaying { get; private set; }
|
||||||
|
|
||||||
protected IBindable<bool> SamplePlaybackDisabled => samplePlaybackDisabled;
|
protected readonly IBindable<bool> SamplePlaybackDisabled = new Bindable<bool>();
|
||||||
|
|
||||||
private readonly Bindable<bool> samplePlaybackDisabled = new Bindable<bool>();
|
|
||||||
|
|
||||||
public PausableSkinnableSound()
|
public PausableSkinnableSound()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user