mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove empty bind_methods()
This commit is contained in:
parent
33c30b9e63
commit
065dd099dd
76 changed files with 0 additions and 347 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue