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-24 16:28:06 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-24 17:04:11 +0300
commit11d8c939cd66714b22fa5b1763d88ce2d78241e4 (patch)
tree7a6acc456b3c3c68f71632fefea5d4376be45f54 /source/blender/depsgraph/DEG_depsgraph.h
parent1829084da1a47e6080d4b85c2eb94fd2c0b07c27 (diff)
Depsgraph: Cleanup, remove unused function declaration
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index 17cf22ae1b4..6391cb71866 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -227,12 +227,6 @@ void DEG_evaluate_on_framechange(struct EvaluationContext *eval_ctx,
/* Data changed recalculation entry point.
* < context_type: context to perform evaluation for
*/
-void DEG_evaluate_on_refresh_ex(struct EvaluationContext *eval_ctx,
- Depsgraph *graph);
-
-/* Data changed recalculation entry point.
- * < context_type: context to perform evaluation for
- */
void DEG_evaluate_on_refresh(struct EvaluationContext *eval_ctx,
Depsgraph *graph,
struct Scene *scene);