Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-04-03 15:30:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-03 15:30:12 +0300
commit7e9a80530fad5bf577eebd2e7ffb1f1aa1b523da (patch)
tree9e20d643be1a6d741d7c3d82bd9f21777a909e61 /source/blender/editors/mesh/editmesh_undo.c
parenta2c0a382cd00b9b1a3058ad0017887e451b73465 (diff)
Cleanup: remove unused mtexpoly array
Not needed in 2.8
Diffstat (limited to 'source/blender/editors/mesh/editmesh_undo.c')
-rw-r--r--source/blender/editors/mesh/editmesh_undo.c2
1 files changed, 0 insertions, 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;