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

@ -193,9 +193,9 @@ namespace osu.Game.Tests.Visual.SongSelect
private class TestBeatmapInfoWedge : BeatmapInfoWedge
{
public new WedgeInfoText Info => base.Info;
public new BeatmapInfoWedgeContainer Container => base.Container;
public WedgeInfoText Info => base.Container.Info;
}
private class TestHitObject : ConvertHitObject, IHasPosition

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()
{