Commit: d0e98beabc341183ee035e6fcaca64743a280fd5 Author: Sergey Sharybin Date: Fri Dec 19 13:42:45 2014 +0500 Branches: depsgraph_refactor https://developer.blender.org/rBd0e98beabc341183ee035e6fcaca64743a280fd5
Depsgraph: Code cleanup, unneeded forward declarations =================================================================== M source/blender/depsgraph/DEG_depsgraph.h =================================================================== diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h index ee5ce89..c1890de 100644 --- a/source/blender/depsgraph/DEG_depsgraph.h +++ b/source/blender/depsgraph/DEG_depsgraph.h @@ -56,8 +56,6 @@ typedef struct Depsgraph Depsgraph; /* ------------------------------------------------ */ struct EvaluationContext; -struct Main; -struct Scene; struct PointerRNA; struct PropertyRNA; @@ -116,7 +114,7 @@ void DEG_property_tag_update(Depsgraph *graph, const struct PointerRNA *ptr, con void DEG_graph_flush_updates(Depsgraph *graph); /* Clear all update tags - * - For aborted updates, or after successful evaluation + * - For aborted updates, or after successful evaluation */ void DEG_graph_clear_tags(Depsgraph *graph); _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
