diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-10-09 12:13:22 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-10-09 12:13:22 +0900 |
commit | a2a3f8cd0aac958b753a13d9e054c324d71dcac6 (patch) | |
tree | 7c5881aaa25d00e268bd449d65a993e05e18c1b7 /editor | |
parent | 880a0177d12463b612268afe95bd3d8dd565bf52 (diff) |
Remove unused func definition in BoneMapEditor
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/bone_map_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/bone_map_editor_plugin.h b/editor/plugins/bone_map_editor_plugin.h index 55261ab477..16e5403978 100644 --- a/editor/plugins/bone_map_editor_plugin.h +++ b/editor/plugins/bone_map_editor_plugin.h @@ -206,7 +206,6 @@ class BoneMapEditor : public VBoxContainer { BoneMapper *bone_mapper = nullptr; void fetch_objects(); - void clear_editors(); void create_editors(); protected: |