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-02-18 18:01:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-18 18:08:05 +0300
commitc3ceefb6715bc17fd3a6a0f409eb27d50695681b (patch)
treeea52cd6be30a77fc1788239c56cb4d0a9c3ce70b /source/blender/makesdna/DNA_anim_types.h
parent11b8d8a83871b223e190c4f6a324b535e3e63433 (diff)
Cleanup: Remove unused field
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h3
1 files changed, 1 insertions, 2 deletions
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). */