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;