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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-02-23 02:41:08 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-02-23 02:41:08 +0400
commit78e1da961c0e6eeeacffefd1ab3cca3947f4b3b6 (patch)
tree4b02d36185870405f68bc42e3e9d17e538941bb4 /source/blender/blenlib/intern/pbvh.c
parent444885848d6b5de53af94758ddca6b4b6dcd5d68 (diff)
Code cleanup: remove unused 'skip' field from PBVH iterator.
Diffstat (limited to 'source/blender/blenlib/intern/pbvh.c')
-rw-r--r--source/blender/blenlib/intern/pbvh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/pbvh.c b/source/blender/blenlib/intern/pbvh.c
index 51d6b85e3d9..7d57dd7d546 100644
--- a/source/blender/blenlib/intern/pbvh.c
+++ b/source/blender/blenlib/intern/pbvh.c
@@ -1696,7 +1696,6 @@ void pbvh_vertex_iter_init(PBVH *bvh, PBVHNode *node,
vi->no= 0;
vi->fno= 0;
vi->mvert= 0;
- vi->skip= 0;
BLI_pbvh_node_get_grids(bvh, node, &grid_indices, &totgrid, NULL, &gridsize, &grids, NULL);
BLI_pbvh_node_num_verts(bvh, node, &uniq_verts, &totvert);