From a62a4c8534d593f2c5195a8b15e522b8f68e2854 Mon Sep 17 00:00:00 2001 From: InfiniteProductions Date: Sun, 5 Mar 2023 22:41:28 +0100 Subject: [PATCH] disconnect unused signal connected to a removed method Handler "_on_pause_pressed" has been removed but not the signal from the button. --- gui/rich_text_bbcode/rich_text_bbcode.tscn | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/rich_text_bbcode/rich_text_bbcode.tscn b/gui/rich_text_bbcode/rich_text_bbcode.tscn index 50cf8672..0a9462fb 100644 --- a/gui/rich_text_bbcode/rich_text_bbcode.tscn +++ b/gui/rich_text_bbcode/rich_text_bbcode.tscn @@ -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"]