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();

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to