Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-02-10 20:00:47 +0300
committerHans Goudey <h.goudey@me.com>2022-02-10 20:00:47 +0300
commit22c60ac8b1583502a88a5a97d0017618cccb14df (patch)
treec4da3209cbd197e531115caf7aa8cf3a52460ad4 /source
parent7682d7de046185382985999f8f6b6e7dcf860582 (diff)
Cleanup: Remove defenition for unused flag
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 0 insertions, 1 deletions
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), */
};
/**