Cleanup: Remove unused field

This commit is contained in:
Sergey Sharybin
2019-02-18 16:01:31 +01:00
parent 11b8d8a838
commit c3ceefb671

View File

@@ -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). */