Remove old depsgraph from modifiers relations update context

This commit is contained in:
Sergey Sharybin 2018-02-22 14:09:13 +01:00
parent 539987766b
commit 4a0d8f92f6
1 changed files with 0 additions and 8 deletions

View File

@ -34,8 +34,6 @@
struct ID;
struct DerivedMesh;
struct DagForest;
struct DagNode;
struct EvaluationContext;
struct Object;
struct Scene;
@ -132,12 +130,6 @@ typedef enum ModifierApplyFlag {
typedef struct ModifierUpdateDepsgraphContext {
struct Scene *scene;
struct Object *object;
/* Old depsgraph node handle. */
struct DagForest *forest;
struct DagNode *obNode;
/* new depsgraph node handle. */
struct DepsNodeHandle *node;
} ModifierUpdateDepsgraphContext;