Depsgraph: Cleanup, remove unused function declaration

This commit is contained in:
Sergey Sharybin
2017-10-24 15:28:06 +02:00
parent 1829084da1
commit 11d8c939cd

View File

@@ -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
*/