mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 07:33:12 +08:00
Remove dead code
This commit is contained in:
parent
19ffcd00c2
commit
08a45e9fc2
@ -230,12 +230,6 @@ namespace osu.Game.Overlays.Settings
|
|||||||
UpdateState();
|
UpdateState();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetButtonColour(Color4 buttonColour)
|
|
||||||
{
|
|
||||||
this.buttonColour = buttonColour;
|
|
||||||
UpdateState();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void UpdateState() => Scheduler.AddOnce(updateState);
|
public void UpdateState() => Scheduler.AddOnce(updateState);
|
||||||
|
|
||||||
private void updateState()
|
private void updateState()
|
||||||
|
Loading…
Reference in New Issue
Block a user