From c3ceefb6715bc17fd3a6a0f409eb27d50695681b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 18 Feb 2019 16:01:31 +0100 Subject: Cleanup: Remove unused field --- source/blender/makesdna/DNA_anim_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/makesdna/DNA_anim_types.h') diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h index 0c79850cb58..a05b52d0f49 100644 --- a/source/blender/makesdna/DNA_anim_types.h +++ b/source/blender/makesdna/DNA_anim_types.h @@ -567,8 +567,7 @@ typedef struct FCurve { /* value cache + settings */ /** Value stored from last time curve was evaluated (not threadsafe, debug display only!). */ float curval; - /* Value which comes from original DNA ddatablock at a time f-curve was evaluated. */ - float orig_dna_val; + char pad2[4]; /** User-editable settings for this curve. */ short flag; /** Value-extending mode for this curve (does not cover). */ -- cgit v1.2.3