Cleanup: Anim, remove accidentally committed declaration

Remove a function declaration that belongs in a future commit.

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2023-12-05 15:12:16 +01:00
parent 42083c8357
commit 0cc58e40af

View File

@@ -241,13 +241,6 @@ void ANIM_armature_bonecoll_show_from_pchan(struct bArmature *armature,
namespace blender::animrig {
/**
* Add a new bone collection to the given armature.
*
* The Armature owns the returned pointer.
*/
::BoneCollection *armature_bonecoll_new(bArmature *armature, const char *name);
/* --------------------------------------------------------------------
* The following functions are only used by edit-mode Armature undo:
*/