From 64f311289a3f6400b460d5ca8834f9ab4f17521e Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 29 Nov 2019 12:11:19 +0100 Subject: Cleanup: Remove unused function --- source/blender/blenkernel/BKE_animsys.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenkernel/BKE_animsys.h') diff --git a/source/blender/blenkernel/BKE_animsys.h b/source/blender/blenkernel/BKE_animsys.h index cacbfe35f2b..74ef529ff6a 100644 --- a/source/blender/blenkernel/BKE_animsys.h +++ b/source/blender/blenkernel/BKE_animsys.h @@ -262,9 +262,6 @@ void BKE_animsys_evaluate_all_animation(struct Main *main, struct Scene *scene, float ctime); -/* TODO(sergey): This is mainly a temp public function. */ -bool BKE_animsys_execute_fcurve(struct PointerRNA *ptr, struct FCurve *fcu, float curval); - /* ------------ Specialized API --------------- */ /* There are a few special tools which require these following functions. They are NOT to be used * for standard animation evaluation UNDER ANY CIRCUMSTANCES! -- cgit v1.2.3