You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Remove empty bind_methods()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user