1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-30 16:26:50 +00:00

Remove undefined method

This commit is contained in:
cabranca
2025-11-05 00:09:07 -03:00
parent 019889d1da
commit cb8196252b

View File

@@ -224,7 +224,6 @@ public:
// Skeleton creation API // Skeleton creation API
uint64_t get_version() const; uint64_t get_version() const;
int add_bone(const String &p_name); int add_bone(const String &p_name);
void remove_bone(int p_bone);
int find_bone(const String &p_name) const; int find_bone(const String &p_name) const;
String get_bone_name(int p_bone) const; String get_bone_name(int p_bone) const;
void set_bone_name(int p_bone, const String &p_name); void set_bone_name(int p_bone, const String &p_name);