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>2013-12-19 15:38:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-19 15:41:18 +0400
commit0cb3f54fda56b5a0f17e03de4aec43f77b50b612 (patch)
tree1f1ce0a78ce0bca59ab2079b6fc0abc401b2c499 /source/blender/bmesh/bmesh_class.h
parentb0c4133c67ce5fca7c3aa5abbd5a745c3d812525 (diff)
Code Cleanup: remove duplicate errorstack
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 9c43e5a2ee4..c79e4ed9d41 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -227,7 +227,7 @@ typedef struct BMesh {
int shapenr;
int walkers, totflags;
- ListBase selected, error_stack;
+ ListBase selected;
BMFace *act_face;