Remove irrelevant change

This commit is contained in:
Salman Ahmed 2021-04-13 09:28:58 +03:00
parent a664efe12b
commit 9f8af03a70

View File

@ -208,7 +208,6 @@ namespace osu.Game.Overlays.Profile
protected abstract class UserGraphTooltip : VisibilityContainer, ITooltip protected abstract class UserGraphTooltip : VisibilityContainer, ITooltip
{ {
protected new readonly OsuSpriteText Name;
protected readonly OsuSpriteText Counter, BottomText; protected readonly OsuSpriteText Counter, BottomText;
private readonly Box background; private readonly Box background;
@ -238,7 +237,7 @@ namespace osu.Game.Overlays.Profile
Spacing = new Vector2(3, 0), Spacing = new Vector2(3, 0),
Children = new Drawable[] Children = new Drawable[]
{ {
Name = new OsuSpriteText new OsuSpriteText
{ {
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold), Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold),
Text = tooltipCounterName Text = tooltipCounterName