mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Remove empty bind_methods()
This commit is contained in:
parent
33c30b9e63
commit
065dd099dd
76 changed files with 0 additions and 347 deletions
|
@ -198,9 +198,6 @@ void GPUParticles3DEditorBase::_node_selected(const NodePath &p_path) {
|
|||
emission_dialog->popup_centered(Size2(300, 130));
|
||||
}
|
||||
|
||||
void GPUParticles3DEditorBase::_bind_methods() {
|
||||
}
|
||||
|
||||
GPUParticles3DEditorBase::GPUParticles3DEditorBase() {
|
||||
emission_dialog = memnew(ConfirmationDialog);
|
||||
emission_dialog->set_title(TTR("Create Emitter"));
|
||||
|
@ -402,9 +399,6 @@ void GPUParticles3DEditor::_generate_emission_points() {
|
|||
}
|
||||
}
|
||||
|
||||
void GPUParticles3DEditor::_bind_methods() {
|
||||
}
|
||||
|
||||
GPUParticles3DEditor::GPUParticles3DEditor() {
|
||||
node = nullptr;
|
||||
particles_editor_hb = memnew(HBoxContainer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue