Jelajahi Sumber

Remove unused func definition in BoneMapEditor

Silc Renew 3 tahun lalu
induk
melakukan
a2a3f8cd0a
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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: