[Bf-blender-cvs] [22c60ac8b15] master: Cleanup: Remove defenition for unused flag

Hans Goudey noreply at git.blender.org
Thu Feb 10 18:00:58 CET 2022


Commit: 22c60ac8b1583502a88a5a97d0017618cccb14df
Author: Hans Goudey
Date:   Thu Feb 10 11:00:47 2022 -0600
Branches: master
https://developer.blender.org/rB22c60ac8b1583502a88a5a97d0017618cccb14df

Cleanup: Remove defenition for unused flag

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

M	source/blender/makesdna/DNA_meshdata_types.h

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

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), */
 };
 
 /**



More information about the Bf-blender-cvs mailing list