Cloth solver data for edit mode is unused, removed it.

This commit is contained in:
Lukas Tönne 2014-10-01 11:25:45 +02:00
parent 6097de2db9
commit 64b9ba06a7

@ -96,7 +96,6 @@ typedef struct Cloth {
struct BVHTree *bvhselftree; /* collision tree for this cloth object */
struct MFace *mfaces;
struct Implicit_Data *implicit; /* our implicit solver connects to this pointer */
struct Implicit_Data *implicitEM; /* our implicit solver connects to this pointer */
struct EdgeSet *edgeset; /* used for selfcollisions */
int last_frame, pad4;
} Cloth;