Merge pull request #114897 from TokageItLab/remove-dead-anim-func

Remove dead definition `get_animation_libraries()` from AnimationMixer
This commit is contained in:
Rémi Verschelde
2026-01-13 00:09:01 +01:00

View File

@@ -399,8 +399,6 @@ protected:
public:
/* ---- Data lists ---- */
Dictionary *get_animation_libraries();
void get_animation_library_list(List<StringName> *p_animations) const;
Ref<AnimationLibrary> get_animation_library(const StringName &p_name) const;
bool has_animation_library(const StringName &p_name) const;