Remove unnecessary redirection property to Container.Info

This commit is contained in:
Dean Herbert
2021-05-05 21:07:49 +09:00
parent cf6ed7a7cf
commit 4ef901d08d
2 changed files with 2 additions and 3 deletions

View File

@ -41,7 +41,6 @@ namespace osu.Game.Screens.Select
private IBindable<RulesetInfo> ruleset { get; set; }
protected BeatmapInfoWedgeContainer Container;
protected WedgeInfoText Info => Container.Info;
public BeatmapInfoWedge()
{