From 23baf8c9c366a6f4e029de0119e72de45722d1f0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Oct 2012 17:19:05 +0000 Subject: code cleanup: check defgroup_name_index() return value != -1, rather then checking >= 0. also remove unused bmesh decimator code. --- source/blender/bmesh/bmesh_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/bmesh_class.h') diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h index 2fcdc4b03ef..cff7da78ef2 100644 --- a/source/blender/bmesh/bmesh_class.h +++ b/source/blender/bmesh/bmesh_class.h @@ -226,7 +226,7 @@ enum { BM_ELEM_DRAW = (1 << 5), /* edge display */ /* spare tag, assumed dirty, use define in each function to name based on use */ - _BM_ELEM_TAG_ALT = (1 << 6), + // _BM_ELEM_TAG_ALT = (1 << 6), // UNUSED BM_ELEM_INTERNAL_TAG = (1 << 7) /* for low level internal API tagging, * since tools may want to tag verts and -- cgit v1.2.3