Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 12:37:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-21 12:37:00 +0300
commit0ed3a72012ab311dc0c267b3b389d9938ae2d95c (patch)
tree3e35862190a3d4830afb9e56eee8a631cc2498c6 /source/blender/depsgraph
parent93b2871cf5c4a3c5346d9861c01b011021b7384d (diff)
Depsgraph: Remove unused component context functions
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_component.h13
1 files changed, 0 insertions, 13 deletions
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();