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>2012-07-21 05:09:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-21 05:09:11 +0400
commitd9fcbe2f59d164a783f2ef798c2c412014aa7b70 (patch)
tree11fc34311989f587a71b52a98537716516fdf062 /source/blender/bmesh/bmesh_class.h
parent90d215535ec4160740fb19f90e453cb1ea053ffd (diff)
remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.
Diffstat (limited to 'source/blender/bmesh/bmesh_class.h')
-rw-r--r--source/blender/bmesh/bmesh_class.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 737efde8391..3bd99b748f6 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -198,8 +198,6 @@ typedef struct BMesh {
ListBase errorstack;
void *py_handle;
-
- int opflag; /* current operator flag */
} BMesh;
/* BMHeader->htype (char) */