Browse Source

Merge pull request #67109 from TokageItLab/remove-clear-editors-in-bone-mapper

Remove unused func definition in BoneMapEditor
Rémi Verschelde 3 years ago
parent
commit
629fa413ab
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/plugins/bone_map_editor_plugin.h

+ 0 - 1
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: