summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/atlas_merging_dialog.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-11-24 18:28:49 +0100
committerkobewi <kobewi4e@gmail.com>2022-11-24 18:56:22 +0100
commit8a3d2f4e0c452a1d333f45cf106d2397f4c8b873 (patch)
tree6187c39943c792b2b3277f06b92e2d46ee1fa45c /editor/plugins/tiles/atlas_merging_dialog.h
parentcd3d6e63a630414297cb580bcc891a0aa9f25127 (diff)
downloadredot-engine-8a3d2f4e0c452a1d333f45cf106d2397f4c8b873.tar.gz
Cleanup remaining EditorUndoRedoManager usages
Diffstat (limited to 'editor/plugins/tiles/atlas_merging_dialog.h')
-rw-r--r--editor/plugins/tiles/atlas_merging_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/tiles/atlas_merging_dialog.h b/editor/plugins/tiles/atlas_merging_dialog.h
index c7e4635d16..228c188817 100644
--- a/editor/plugins/tiles/atlas_merging_dialog.h
+++ b/editor/plugins/tiles/atlas_merging_dialog.h
@@ -38,7 +38,6 @@
#include "scene/resources/tile_set.h"
class EditorFileDialog;
-class EditorUndoRedoManager;
class AtlasMergingDialog : public ConfirmationDialog {
GDCLASS(AtlasMergingDialog, ConfirmationDialog);
@@ -50,8 +49,6 @@ private:
LocalVector<HashMap<Vector2i, Vector2i>> merged_mapping;
Ref<TileSet> tile_set;
- Ref<EditorUndoRedoManager> undo_redo;
-
// Settings.
int next_line_after_column = 30;