mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
Remove unused variable
This commit is contained in:
parent
3352252e00
commit
01eb1a34a9
@ -35,8 +35,6 @@ namespace osu.Game.Screens.Play
|
|||||||
public readonly HoldForMenuButton HoldToQuit;
|
public readonly HoldForMenuButton HoldToQuit;
|
||||||
public readonly PlayerSettingsOverlay PlayerSettingsOverlay;
|
public readonly PlayerSettingsOverlay PlayerSettingsOverlay;
|
||||||
|
|
||||||
public readonly IBindable<bool> IsPaused = new Bindable<bool>();
|
|
||||||
|
|
||||||
private Bindable<bool> showHud;
|
private Bindable<bool> showHud;
|
||||||
private readonly Container visibilityContainer;
|
private readonly Container visibilityContainer;
|
||||||
private readonly BindableBool replayLoaded = new BindableBool();
|
private readonly BindableBool replayLoaded = new BindableBool();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user