From b8c40d47e0348a057e7fa7c49f49077f86a51d43 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Nov 2015 16:08:40 +1100 Subject: Cleanup: remove unused bmesh iterator --- source/blender/python/bmesh/bmesh_py_types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/bmesh') diff --git a/source/blender/python/bmesh/bmesh_py_types.c b/source/blender/python/bmesh/bmesh_py_types.c index bf773d3d9c3..fc25a79f77a 100644 --- a/source/blender/python/bmesh/bmesh_py_types.c +++ b/source/blender/python/bmesh/bmesh_py_types.c @@ -2789,7 +2789,7 @@ static PyTypeObject *bpy_bm_itype_as_pytype(const char itype) case BM_FACES_OF_VERT: return &BPy_BMFace_Type; - case BM_ALL_LOOPS_OF_FACE: + // case BM_ALL_LOOPS_OF_FACE: case BM_LOOPS_OF_FACE: case BM_LOOPS_OF_EDGE: case BM_LOOPS_OF_VERT: -- cgit v1.2.3