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-06-12 17:55:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-12 17:55:04 +0300
commit85fafccb4c55cb0b119fbdb182f63083ad9d33e4 (patch)
tree4815a91ebd89a34420d13f4b604f0101fba9d6a8 /source/blender/depsgraph/intern/nodes/deg_node.h
parentd8957e4ccec4cda1cd72e94045efba6ab2ceb6fd (diff)
Depsgraph: Remove residue from partial updates support
Diffstat (limited to 'source/blender/depsgraph/intern/nodes/deg_node.h')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node.h b/source/blender/depsgraph/intern/nodes/deg_node.h
index 354f0fd6857..1600f1fbfd3 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node.h
@@ -160,8 +160,6 @@ struct IDDepsNode : public DepsNode {
const char *name = "") const;
ComponentDepsNode *add_component(eDepsNode_Type type,
const char *name = "");
- void remove_component(eDepsNode_Type type, const char *name = "");
- void clear_components();
void tag_update(Depsgraph *graph);