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