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-14 11:10:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-14 11:10:52 +0300
commitbbd0d43417112e1b0d93c1004b49c989860a3b89 (patch)
treea8f3577bc6eb341dfb55b930e908e1f5429d845b /source/blender/depsgraph/intern/depsgraph.h
parent64aa0cff89d551019ab35335865c1da8ae63b0bc (diff)
Depsgraph: Remove unused ID node removal
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 3e67e348e6e..f72f8dd9311 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -112,7 +112,6 @@ struct Depsgraph {
IDDepsNode *find_id_node(const ID *id) const;
IDDepsNode *add_id_node(ID *id, const char *name = "");
- void remove_id_node(const ID *id);
void clear_id_nodes();
/* Add new relationship between two nodes. */