You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -869,6 +869,3 @@ GroupsEditor::GroupsEditor() {
|
||||
|
||||
ProjectSettingsEditor::get_singleton()->get_group_settings()->connect("group_changed", callable_mp(this, &GroupsEditor::_update_groups_and_tree));
|
||||
}
|
||||
|
||||
GroupsEditor::~GroupsEditor() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user