From 7e9a80530fad5bf577eebd2e7ffb1f1aa1b523da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Apr 2018 14:30:12 +0200 Subject: [PATCH] Cleanup: remove unused mtexpoly array Not needed in 2.8 --- source/blender/editors/mesh/editmesh_undo.c | 2 -- 1 file changed, 2 deletions(-) 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;