1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

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: