remove dangling signals

wip
Fabien Freling 2020-07-06 18:52:12 +02:00
parent 95c7976f14
commit 3a9568e527
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ flat = true
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="item_rect_changed" from="." to="." method="_on_ImagePicker_item_rect_changed"]
[connection signal="resized" from="." to="." method="_on_ImagePicker_resized"]
[connection signal="texture_selected" from="VBoxContainer/TabContainer/App/FileList" to="." method="_on_FileList_texture_selected"]
[connection signal="file_selected" from="VBoxContainer/TabContainer/Filesystem/FileList" to="." method="_on_FileList_file_selected"]
[connection signal="pressed" from="VBoxContainer/Cancel" to="." method="_on_Cancel_pressed"]