ソースを参照

Remove unused func definition in BoneMapEditor

Silc Renew 3 年 前
コミット
a2a3f8cd0a
1 ファイル変更0 行追加1 行削除
  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: