[Bf-blender-cvs] [dee31f2cb0c] blender2.8: Minor cleanup.

Bastien Montagne noreply at git.blender.org
Mon Jul 30 17:43:39 CEST 2018


Commit: dee31f2cb0c3eacbd1d7a33c7fbaf3841e4a7623
Author: Bastien Montagne
Date:   Mon Jul 30 17:42:28 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBdee31f2cb0c3eacbd1d7a33c7fbaf3841e4a7623

Minor cleanup.

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

M	source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc

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

diff --git a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
index b5b33900105..ee814e11d40 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
@@ -719,13 +719,12 @@ static void deg_update_copy_on_write_animation(const Depsgraph *depsgraph,
 }
 
 typedef struct ObjectRuntimeBackup {
-	CurveCache *curve_cache;
 	Object_Runtime runtime;
 	short base_flag;
 } ObjectRuntimeBackup;
 
 /* Make a backup of object's evaluation runtime data, additionally
- * male object to be safe for free without invalidating backed up
+ * make object to be safe for free without invalidating backed up
  * pointers.
  */
 static void deg_backup_object_runtime(



More information about the Bf-blender-cvs mailing list