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

View File

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