From 9cc9e0ca1fe1a9387737484ff140447100cab9d2 Mon Sep 17 00:00:00 2001 From: "Silc Lizard (Tokage) Renew" <61938263+TokageItLab@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:27:57 +0900 Subject: [PATCH] Remove dead definition get_animation_libraries() from AnimationMixer --- scene/animation/animation_mixer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scene/animation/animation_mixer.h b/scene/animation/animation_mixer.h index 7b918995f1..21b76e7cd7 100644 --- a/scene/animation/animation_mixer.h +++ b/scene/animation/animation_mixer.h @@ -399,8 +399,6 @@ protected: public: /* ---- Data lists ---- */ - Dictionary *get_animation_libraries(); - void get_animation_library_list(List *p_animations) const; Ref get_animation_library(const StringName &p_name) const; bool has_animation_library(const StringName &p_name) const;