Remove unused func definition in BoneMapEditor

This commit is contained in:
Silc Renew 2022-10-09 12:13:22 +09:00
parent 880a0177d1
commit a2a3f8cd0a

View file

@ -206,7 +206,6 @@ class BoneMapEditor : public VBoxContainer {
BoneMapper *bone_mapper = nullptr;
void fetch_objects();
void clear_editors();
void create_editors();
protected: