Cleanup: Anim: remove declaration of non-existing function

Remove the declaration of `blender::animrig::legacy::action_has_fcurves()`.
Its implementation was never committed to `main`, and the declaration also
shouldn't have.

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2024-09-24 10:09:13 +02:00
parent 13fa6d6ae1
commit bc1375a014

View File

@@ -34,11 +34,6 @@ ChannelBag *channelbag_get(Action &action);
*/
ChannelBag &channelbag_ensure(Action &action);
/**
* Return whether this Action has any F-Curves.
*/
bool action_has_fcurves(const bAction &action);
/**
* Return all F-Curves in the Action.
*