mirror of
https://github.com/ppy/osu
synced 2025-01-19 12:30:50 +00:00
Remove unnecessary redirection property to Container.Info
This commit is contained in:
parent
cf6ed7a7cf
commit
4ef901d08d
@ -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
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user