Skip to content

Commit 29a1964

Browse files
committed
Merge pull request godotengine#112402 from cabranca/skeleton-3d-remove-unused-method
Remove undefined method Skeleton3D::remove_bone
2 parents 8d48e1d + cb81962 commit 29a1964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scene/3d/skeleton_3d.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ class Skeleton3D : public Node3D {
224224
// Skeleton creation API
225225
uint64_t get_version() const;
226226
int add_bone(const String &p_name);
227-
void remove_bone(int p_bone);
228227
int find_bone(const String &p_name) const;
229228
String get_bone_name(int p_bone) const;
230229
void set_bone_name(int p_bone, const String &p_name);

0 commit comments

Comments
 (0)