Remove dead code

This commit is contained in:
Dean Herbert 2021-05-05 16:26:34 +09:00
parent 19ffcd00c2
commit 08a45e9fc2
1 changed files with 0 additions and 6 deletions

View File

@ -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()