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