Cleanup: Remove defenition for unused flag

This commit is contained in:
Hans Goudey 2022-02-10 11:00:47 -06:00
parent 7682d7de04
commit 22c60ac8b1
Notes: blender-bot 2023-02-14 08:24:03 +01:00
Referenced by issue #93602, Struct of Arrays Refactor for Mesh Vertices
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ enum {
/* SELECT = (1 << 0), */
ME_HIDE = (1 << 4),
ME_VERT_FACEDOT = (1 << 5),
/* ME_VERT_MERGED = (1 << 6), */
};
/**