Cleanup remaining EditorUndoRedoManager usages
This commit is contained in:
parent
cd3d6e63a6
commit
8a3d2f4e0c
59 changed files with 408 additions and 406 deletions
|
|
@ -41,7 +41,6 @@
|
|||
#include "scene/gui/spin_box.h"
|
||||
|
||||
class ConfirmationDialog;
|
||||
class EditorUndoRedoManager;
|
||||
class MenuButton;
|
||||
class Node3DEditorPlugin;
|
||||
|
||||
|
|
@ -66,7 +65,6 @@ class GridMapEditor : public VBoxContainer {
|
|||
DISPLAY_LIST
|
||||
};
|
||||
|
||||
Ref<EditorUndoRedoManager> undo_redo;
|
||||
InputAction input_action = INPUT_NONE;
|
||||
Panel *panel = nullptr;
|
||||
MenuButton *options = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue