summaryrefslogtreecommitdiffstats
path: root/editor/editor_locale_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-08-29 12:10:32 +0200
committerkobewi <kobewi4e@gmail.com>2022-11-02 17:51:58 +0100
commit15831e381bdfc1d086e1d7dca0d501e4c8dcf4d5 (patch)
tree59910e5dac3361ebb564ea464a0f0f219203221f /editor/editor_locale_dialog.h
parent604abb434f6740935be669dc8152856412d9ca73 (diff)
downloadredot-engine-15831e381bdfc1d086e1d7dca0d501e4c8dcf4d5.tar.gz
Unify usage of undo_redo in editor
Diffstat (limited to 'editor/editor_locale_dialog.h')
-rw-r--r--editor/editor_locale_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_locale_dialog.h b/editor/editor_locale_dialog.h
index 8ac642a038..48f9edd4b0 100644
--- a/editor/editor_locale_dialog.h
+++ b/editor/editor_locale_dialog.h
@@ -40,7 +40,6 @@ class VBoxContainer;
class LineEdit;
class Tree;
class OptionButton;
-class EditorUndoRedoManager;
class EditorLocaleDialog : public ConfirmationDialog {
GDCLASS(EditorLocaleDialog, ConfirmationDialog);
@@ -63,8 +62,6 @@ class EditorLocaleDialog : public ConfirmationDialog {
Tree *script_list = nullptr;
Tree *cnt_list = nullptr;
- Ref<EditorUndoRedoManager> undo_redo;
-
bool locale_set = false;
bool updating_lists = false;