Remove empty bind_methods()

This commit is contained in:
kobewi 2024-08-15 07:53:08 +02:00
parent 33c30b9e63
commit 065dd099dd
76 changed files with 0 additions and 347 deletions

View file

@ -237,9 +237,6 @@ void DependencyEditor::edit(const String &p_path) {
}
}
void DependencyEditor::_bind_methods() {
}
DependencyEditor::DependencyEditor() {
VBoxContainer *vb = memnew(VBoxContainer);
vb->set_name(TTR("Dependencies"));
@ -353,9 +350,6 @@ void DependencyEditorOwners::_file_option(int p_option) {
}
}
void DependencyEditorOwners::_bind_methods() {
}
void DependencyEditorOwners::_fill_owners(EditorFileSystemDirectory *efsd) {
if (!efsd) {
return;
@ -865,9 +859,6 @@ void OrphanResourcesDialog::_button_pressed(Object *p_item, int p_column, int p_
dep_edit->edit(path);
}
void OrphanResourcesDialog::_bind_methods() {
}
OrphanResourcesDialog::OrphanResourcesDialog() {
set_title(TTR("Orphan Resource Explorer"));
delete_confirm = memnew(ConfirmationDialog);