mirror of https://github.com/ppy/osu
Remove dead code
This commit is contained in:
parent
19ffcd00c2
commit
08a45e9fc2
|
@ -230,12 +230,6 @@ protected override void OnHoverLost(HoverLostEvent e)
|
|||
UpdateState();
|
||||
}
|
||||
|
||||
public void SetButtonColour(Color4 buttonColour)
|
||||
{
|
||||
this.buttonColour = buttonColour;
|
||||
UpdateState();
|
||||
}
|
||||
|
||||
public void UpdateState() => Scheduler.AddOnce(updateState);
|
||||
|
||||
private void updateState()
|
||||
|
|
Loading…
Reference in New Issue