[Bf-blender-cvs] [11d8c939cd6] blender2.8: Depsgraph: Cleanup, remove unused function declaration

Sergey Sharybin noreply at git.blender.org
Tue Oct 24 16:04:29 CEST 2017


Commit: 11d8c939cd66714b22fa5b1763d88ce2d78241e4
Author: Sergey Sharybin
Date:   Tue Oct 24 15:28:06 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB11d8c939cd66714b22fa5b1763d88ce2d78241e4

Depsgraph: Cleanup, remove unused function declaration

===================================================================

M	source/blender/depsgraph/DEG_depsgraph.h

===================================================================

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
@@ -224,12 +224,6 @@ void DEG_evaluate_on_framechange(struct EvaluationContext *eval_ctx,
                                  Depsgraph *graph,
                                  float ctime);
 
-/* 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
  */



More information about the Bf-blender-cvs mailing list