Remove unnecessary extra property

This commit is contained in:
smoogipoo
2019-06-25 18:38:14 +09:00
parent 5b294ba419
commit aa81c95f30
4 changed files with 2 additions and 11 deletions

View File

@ -34,8 +34,6 @@ namespace osu.Game.Screens
public string Description => Title;
public virtual bool ShowBackButton => AllowBackButton;
public virtual bool AllowBackButton => true;
public virtual bool AllowExternalScreenChange => false;