1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

Remove unnecessary overrides

This commit is contained in:
Dean Herbert 2018-01-16 20:29:11 +09:00
parent 12f14bdaa6
commit 39af9321cf

View File

@ -142,10 +142,6 @@ namespace osu.Game.Screens.Play
}
}
public override bool HandleKeyboardInput => handleInput;
public override bool HandleMouseInput => handleInput;
private bool handleInput => State == Visibility.Visible;
protected override void PopIn() => this.FadeIn(transition_duration, Easing.In);
protected override void PopOut() => this.FadeOut(transition_duration, Easing.In);