diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-23 18:16:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 18:16:15 +0200 |
| commit | 5c5bc21195eac1ce8a80d726d391b004adf44247 (patch) | |
| tree | 02115fb08c881f692739f95af3e225af6f269588 /editor/plugins/skeleton_3d_editor_plugin.cpp | |
| parent | bbe8d2b03efdda9e0fa5484d618e2be576f52b13 (diff) | |
| parent | c7e4eeb8a47b78e65dd35b506b559e592ad71e90 (diff) | |
Merge pull request #63854 from TokageItLab/auto-bone-mapping
Diffstat (limited to 'editor/plugins/skeleton_3d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/skeleton_3d_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/skeleton_3d_editor_plugin.cpp b/editor/plugins/skeleton_3d_editor_plugin.cpp index 1e4ef217f0..c25f2bb25c 100644 --- a/editor/plugins/skeleton_3d_editor_plugin.cpp +++ b/editor/plugins/skeleton_3d_editor_plugin.cpp @@ -31,7 +31,6 @@ #include "skeleton_3d_editor_plugin.h" #include "core/io/resource_saver.h" -#include "editor/editor_file_dialog.h" #include "editor/editor_node.h" #include "editor/editor_properties.h" #include "editor/editor_scale.h" |