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-10-25 13:41:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-25 14:28:40 +0300
commit86761a2cd7120fd3bcecf0906937183e1541a93e (patch)
tree6d878642cdd5b61191a2449ab13d2fa943c0c377 /source/blender/depsgraph/DEG_depsgraph_build.h
parentdb04cc0f00718b61e6973b8091a36b0294eb0d51 (diff)
Depsgraph: Cleanup, remove unused function
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h
index df82e962900..92d47618cd7 100644
--- a/source/blender/depsgraph/DEG_depsgraph_build.h
+++ b/source/blender/depsgraph/DEG_depsgraph_build.h
@@ -78,9 +78,6 @@ void DEG_relations_tag_update(struct Main *bmain);
*/
void DEG_scene_relations_update(struct Main *bmain, struct Scene *scene);
-/* Rebuild dependency graph only for a given scene. */
-void DEG_scene_relations_rebuild(struct Main *bmain, struct Scene *scene);
-
/* Add Dependencies ----------------------------- */
/* Handle for components to define their dependencies from callbacks.