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:
authorHans Goudey <h.goudey@me.com>2021-06-24 06:55:01 +0300
committerHans Goudey <h.goudey@me.com>2021-06-24 07:28:13 +0300
commit379f116a2ac929883d29519b41c1e63cffe6e591 (patch)
tree41d1765abca0f0e1190a1d1d703af265dfd541b0 /source/blender/bmesh/intern/bmesh_mesh_partial_update.h
parent2b343c74d5e80098eee60d3127ff8117fb8633be (diff)
parentf7fbb518c8194e0a416321f5856e947d5592e131 (diff)
Merge branch 'master' into temp-geometry-nodes-curve-deform-node
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mesh_partial_update.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh_partial_update.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh_partial_update.h b/source/blender/bmesh/intern/bmesh_mesh_partial_update.h
index b31ec127744..3dbfb985e92 100644
--- a/source/blender/bmesh/intern/bmesh_mesh_partial_update.h
+++ b/source/blender/bmesh/intern/bmesh_mesh_partial_update.h
@@ -44,10 +44,8 @@ typedef struct BMPartialUpdate_Params {
*/
typedef struct BMPartialUpdate {
BMVert **verts;
- BMEdge **edges;
BMFace **faces;
int verts_len, verts_len_alloc;
- int edges_len, edges_len_alloc;
int faces_len, faces_len_alloc;
/** Store the parameters used in creation so invalid use can be asserted. */