Code Cleanup: remove duplicate errorstack

This commit is contained in:
2013-12-19 22:38:01 +11:00
parent b0c4133c67
commit 0cb3f54fda

View File

@@ -227,7 +227,7 @@ typedef struct BMesh {
int shapenr;
int walkers, totflags;
ListBase selected, error_stack;
ListBase selected;
BMFace *act_face;