From 22c60ac8b1583502a88a5a97d0017618cccb14df Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 10 Feb 2022 11:00:47 -0600 Subject: Cleanup: Remove defenition for unused flag --- source/blender/makesdna/DNA_meshdata_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index 66f59a78af9..d568b8c14a9 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -50,7 +50,6 @@ enum { /* SELECT = (1 << 0), */ ME_HIDE = (1 << 4), ME_VERT_FACEDOT = (1 << 5), - /* ME_VERT_MERGED = (1 << 6), */ }; /** -- cgit v1.2.3