Cleanup: remove unused mtexpoly array

Not needed in 2.8
This commit is contained in:
Campbell Barton 2018-04-03 14:30:12 +02:00
parent a2c0a382cd
commit 7e9a80530f
1 changed files with 0 additions and 2 deletions

View File

@ -677,8 +677,6 @@ typedef struct MeshUndoStep {
/* note: will split out into list for multi-object-editmode. */
UndoRefID_Object obedit_ref;
/* Needed for MTexPoly's image use. */
UndoRefID_Object *image_array_ref;
UndoMesh data;
} MeshUndoStep;