[Bf-blender-cvs] [c3ceefb6715] master: Cleanup: Remove unused field

Sergey Sharybin noreply at git.blender.org
Mon Feb 18 16:08:10 CET 2019


Commit: c3ceefb6715bc17fd3a6a0f409eb27d50695681b
Author: Sergey Sharybin
Date:   Mon Feb 18 16:01:31 2019 +0100
Branches: master
https://developer.blender.org/rBc3ceefb6715bc17fd3a6a0f409eb27d50695681b

Cleanup: Remove unused field

===================================================================

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



More information about the Bf-blender-cvs mailing list