[Bf-blender-cvs] [0cb3f54] master: Code Cleanup: remove duplicate errorstack

Campbell Barton noreply at git.blender.org
Thu Dec 19 12:42:06 CET 2013


Commit: 0cb3f54fda56b5a0f17e03de4aec43f77b50b612
Author: Campbell Barton
Date:   Thu Dec 19 22:38:01 2013 +1100
http://developer.blender.org/rB0cb3f54fda56b5a0f17e03de4aec43f77b50b612

Code Cleanup: remove duplicate errorstack

===================================================================

M	source/blender/bmesh/bmesh_class.h

===================================================================

diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 9c43e5a..c79e4ed 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;




More information about the Bf-blender-cvs mailing list