mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user