You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Remove empty bind_methods()
This commit is contained in:
@@ -157,9 +157,6 @@ void CPUParticles3DEditor::_generate_emission_points() {
|
||||
}
|
||||
}
|
||||
|
||||
void CPUParticles3DEditor::_bind_methods() {
|
||||
}
|
||||
|
||||
CPUParticles3DEditor::CPUParticles3DEditor() {
|
||||
particles_editor_hb = memnew(HBoxContainer);
|
||||
Node3DEditor::get_singleton()->add_control_to_menu_panel(particles_editor_hb);
|
||||
|
||||
Reference in New Issue
Block a user