Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-11-29 14:11:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-11-29 16:39:54 +0300
commit64f311289a3f6400b460d5ca8834f9ab4f17521e (patch)
treee9ea6fa5cebc8c06e4eb4d7ced068a0442b67e85 /source/blender/blenkernel/BKE_animsys.h
parentd1166dcf315f264d514eb48ddceb13deecf01353 (diff)
Cleanup: Remove unused function
Diffstat (limited to 'source/blender/blenkernel/BKE_animsys.h')
-rw-r--r--source/blender/blenkernel/BKE_animsys.h3
1 files changed, 0 insertions, 3 deletions
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!