[Bf-blender-cvs] [7e9a80530fa] blender2.8: Cleanup: remove unused mtexpoly array

Campbell Barton noreply at git.blender.org
Tue Apr 3 14:30:34 CEST 2018


Commit: 7e9a80530fad5bf577eebd2e7ffb1f1aa1b523da
Author: Campbell Barton
Date:   Tue Apr 3 14:30:12 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB7e9a80530fad5bf577eebd2e7ffb1f1aa1b523da

Cleanup: remove unused mtexpoly array

Not needed in 2.8

===================================================================

M	source/blender/editors/mesh/editmesh_undo.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list