Browse Source

Remove unused func definition in BoneMapEditor

Silc Renew 3 years ago
parent
commit
a2a3f8cd0a
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: