disconnect unused signal connected to a removed method

Handler "_on_pause_pressed" has been removed but not the signal from the button.
This commit is contained in:
InfiniteProductions
2023-03-05 22:41:28 +01:00
parent 3696e43696
commit a62a4c8534

View File

@@ -88,5 +88,4 @@ shortcut_in_tooltip = false
text = "Pause"
[connection signal="meta_clicked" from="RichTextLabel" to="." method="_on_RichTextLabel_meta_clicked"]
[connection signal="pressed" from="Pause" to="." method="_on_pause_pressed"]
[connection signal="toggled" from="Pause" to="." method="_on_pause_toggled"]