mirror of
https://github.com/osukey/osukey.git
synced 2025-06-17 01:08:00 +09:00
Remove unused variable
This commit is contained in:
parent
62a780a065
commit
e433e8b78f
@ -48,11 +48,9 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
InternalChild = iconContainer = new Container { Size = new Vector2(20f) };
|
InternalChild = iconContainer = new Container { Size = new Vector2(20f) };
|
||||||
}
|
}
|
||||||
|
|
||||||
public string TooltipText { get; set; }
|
|
||||||
|
|
||||||
public ITooltip GetCustomTooltip() => new DifficultyIconTooltip();
|
public ITooltip GetCustomTooltip() => new DifficultyIconTooltip();
|
||||||
|
|
||||||
public object TooltipContent { get; set; }
|
public object TooltipContent { get; }
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user