diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-24 19:04:16 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-24 19:04:16 +0100 |
commit | e1b87cc6a5b10ddbef605476d3b00170d270c4f4 (patch) | |
tree | 17dabbf81a5b45f531080e82bc6906a4dd2ba809 /editor/plugins/tiles/atlas_merging_dialog.h | |
parent | e83628466777d4f4bae87a5f4a288c020f463930 (diff) | |
parent | 8a3d2f4e0c452a1d333f45cf106d2397f4c8b873 (diff) |
Merge pull request #69127 from KoBeWi/redUNDOnt
Cleanup remaining EditorUndoRedoManager usages
Diffstat (limited to 'editor/plugins/tiles/atlas_merging_dialog.h')
-rw-r--r-- | editor/plugins/tiles/atlas_merging_dialog.h | 3 |
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; |