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_locale_dialog.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'editor/editor_locale_dialog.h') 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 undo_redo; - bool locale_set = false; bool updating_lists = false; -- cgit v1.2.3