You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -295,6 +295,3 @@ void MultiNodeEdit::_bind_methods() {
|
||||
ClassDB::bind_method("_hide_metadata_from_inspector", &MultiNodeEdit::_hide_metadata_from_inspector);
|
||||
ClassDB::bind_method("_get_editor_name", &MultiNodeEdit::_get_editor_name);
|
||||
}
|
||||
|
||||
MultiNodeEdit::MultiNodeEdit() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user