Depsgraph: Free user code from worry about updates flush

This commit is contained in:
2019-09-04 16:40:20 +02:00
parent ac060232aa
commit 31c2929496
5 changed files with 2 additions and 17 deletions

View File

@@ -128,11 +128,6 @@ void DEG_id_type_tag(struct Main *bmain, short id_type);
void DEG_ids_clear_recalc(struct Main *bmain, Depsgraph *depsgraph);
/* Update Flushing ------------------------------- */
/* Flush updates for IDs in a single scene. */
void DEG_graph_flush_update(struct Main *bmain, Depsgraph *depsgraph);
/* Check if something was changed in the database and inform
* editors about this.
*/