From 15831e381bdfc1d086e1d7dca0d501e4c8dcf4d5 Mon Sep 17 00:00:00 2001 From: kobewi Date: Mon, 29 Aug 2022 12:10:32 +0200 Subject: Unify usage of undo_redo in editor --- editor/editor_data.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/editor_data.cpp') diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp index 6d8f0df452..a3dd19bb67 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -457,12 +457,10 @@ Callable EditorData::get_move_array_element_function(const StringName &p_class) } void EditorData::remove_editor_plugin(EditorPlugin *p_plugin) { - p_plugin->undo_redo = Ref(); editor_plugins.erase(p_plugin); } void EditorData::add_editor_plugin(EditorPlugin *p_plugin) { - p_plugin->undo_redo = undo_redo_manager; editor_plugins.push_back(p_plugin); } -- cgit v1.2.3