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-05 18:51:21 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-06 12:21:33 +0300
commit4c5736a77fc04b457d9187d91342b5d19eab580e (patch)
tree9ea16e6058a0c1750d518331362941e23dbe4d9d /source/blender/depsgraph/intern/builder/deg_builder_relations.h
parent1915c30a426385dcd0b7533372105448b9233ae6 (diff)
Depsgraph: Cleanup, remove unused function
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_relations.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.h b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
index f64ebebda75..9dd14b631af 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
@@ -276,8 +276,6 @@ protected:
DepsNodeHandle create_node_handle(const KeyType& key,
const char *default_name = "");
- bool needs_animdata_node(ID *id);
-
template <typename KeyFrom, typename KeyTo>
bool is_same_bone_dependency(const KeyFrom& key_from, const KeyTo& key_to);