diff --git a/source/blender/editors/mesh/editmesh_undo.c b/source/blender/editors/mesh/editmesh_undo.c index aeb343707da..ab7e13117a0 100644 --- a/source/blender/editors/mesh/editmesh_undo.c +++ b/source/blender/editors/mesh/editmesh_undo.c @@ -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;