1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

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 new readonly OsuSpriteText Name;
protected readonly OsuSpriteText Counter, BottomText;
private readonly Box background;
@ -238,7 +237,7 @@ namespace osu.Game.Overlays.Profile
Spacing = new Vector2(3, 0),
Children = new Drawable[]
{
Name = new OsuSpriteText
new OsuSpriteText
{
Font = OsuFont.GetFont(size: 12, weight: FontWeight.Bold),
Text = tooltipCounterName