Merge pull request #112402 from cabranca/skeleton-3d-remove-unused-method
Remove undefined method Skeleton3D::remove_bone
This commit is contained in:
commit
29a1964848
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ public:
|
|||
// Skeleton creation API
|
||||
uint64_t get_version() const;
|
||||
int add_bone(const String &p_name);
|
||||
void remove_bone(int p_bone);
|
||||
int find_bone(const String &p_name) const;
|
||||
String get_bone_name(int p_bone) const;
|
||||
void set_bone_name(int p_bone, const String &p_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue