Merge pull request #44596 from KoBeWi/🧹🧹🧹

Cleanup unused engine code v2
This commit is contained in:
Rémi Verschelde
2023-01-19 19:32:51 +01:00
39 changed files with 0 additions and 573 deletions

View File

@@ -712,9 +712,6 @@ bool EditorPlugin::get_remove_list(List<Node *> *p_list) {
return false;
}
void EditorPlugin::restore_global_state() {}
void EditorPlugin::save_global_state() {}
void EditorPlugin::add_undo_redo_inspector_hook_callback(Callable p_callable) {
EditorNode::get_singleton()->get_editor_data().add_undo_redo_inspector_hook_callback(p_callable);
}