summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-10-09 18:29:18 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-10-09 18:29:18 +0200
commit629fa413ab0ccfa880edc81dcc9d39b1f4d10f39 (patch)
treee734cd4cbb21f408eb55e81fe3a1a3dcc4368585
parent6f6482e82b4a2fd3e985048546fd36d7453f73b5 (diff)
parenta2a3f8cd0aac958b753a13d9e054c324d71dcac6 (diff)
Merge pull request #67109 from TokageItLab/remove-clear-editors-in-bone-mapper
Remove unused func definition in BoneMapEditor
-rw-r--r--editor/plugins/bone_map_editor_plugin.h1
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: