1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Remove unused variable

This commit is contained in:
smoogipoo 2019-05-10 22:15:33 +09:00
parent 3352252e00
commit 01eb1a34a9

View File

@ -35,8 +35,6 @@ namespace osu.Game.Screens.Play
public readonly HoldForMenuButton HoldToQuit;
public readonly PlayerSettingsOverlay PlayerSettingsOverlay;
public readonly IBindable<bool> IsPaused = new Bindable<bool>();
private Bindable<bool> showHud;
private readonly Container visibilityContainer;
private readonly BindableBool replayLoaded = new BindableBool();