[Bf-blender-cvs] [0ed3a72012a] master: Depsgraph: Remove unused component context functions

Sergey Sharybin noreply at git.blender.org
Thu Dec 21 10:37:17 CET 2017


Commit: 0ed3a72012ab311dc0c267b3b389d9938ae2d95c
Author: Sergey Sharybin
Date:   Thu Dec 21 10:37:00 2017 +0100
Branches: master
https://developer.blender.org/rB0ed3a72012ab311dc0c267b3b389d9938ae2d95c

Depsgraph: Remove unused component context functions

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

M	source/blender/depsgraph/intern/nodes/deg_node_component.h

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

diff --git a/source/blender/depsgraph/intern/nodes/deg_node_component.h b/source/blender/depsgraph/intern/nodes/deg_node_component.h
index c6625e55857..985716deaac 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_component.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node_component.h
@@ -124,19 +124,6 @@ struct ComponentDepsNode : public DepsNode {
 
 	void tag_update(Depsgraph *graph);
 
-	/* Evaluation Context Management .................. */
-
-	/* Initialize component's evaluation context used for the specified
-	 * purpose.
-	 */
-	virtual bool eval_context_init(EvaluationContext * /*eval_ctx*/) { return false; }
-	/* Free data in component's evaluation context which is used for
-	 * the specified purpose
-	 *
-	 * NOTE: this does not free the actual context in question
-	 */
-	virtual void eval_context_free(EvaluationContext * /*eval_ctx*/) {}
-
 	OperationDepsNode *get_entry_operation();
 	OperationDepsNode *get_exit_operation();



More information about the Bf-blender-cvs mailing list