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>2016-10-29 14:31:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-10-31 09:24:15 +0300
commit60682c37dd64b1b6061271452016fc9dabc854a6 (patch)
tree7ae5347e42651a457781ee60b7faf8bb918cbebf /source/blender/bmesh/bmesh_class.h
parent04aa45407595a75b2f730894fb921c31261a23b1 (diff)
BMesh: remove redundant walker member & assignment
Diffstat (limited to 'source/blender/bmesh/bmesh_class.h')
-rw-r--r--source/blender/bmesh/bmesh_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 72ea7bd7f5d..104df625ee6 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -245,7 +245,7 @@ typedef struct BMesh {
/* ID of the shape key this bmesh came from */
int shapenr;
- int walkers, totflags;
+ int totflags;
ListBase selected;
BMFace *act_face;