1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 17:23:57 +08:00

Merge pull request #7464 from GSculerlor/difficulty-tooltip-unused-var

Remove unused variable on DifficultyIcon
This commit is contained in:
Dan Balasescu
2020-01-08 14:57:14 +09:00
committed by GitHub
Unverified
@@ -48,11 +48,9 @@ namespace osu.Game.Beatmaps.Drawables
InternalChild = iconContainer = new Container { Size = new Vector2(20f) };
}
public string TooltipText { get; set; }
public ITooltip GetCustomTooltip() => new DifficultyIconTooltip();
public object TooltipContent { get; set; }
public object TooltipContent { get; }
[BackgroundDependencyLoader]
private void load(OsuColour colours)