From eec0d2ee535825daa323886ed11970adc102a130 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Mon, 1 Apr 2013 18:32:19 +0000 Subject: Removed ME_CDFLAG_FREESTYLE_EDGE and ME_CDFLAG_FREESTYLE_FACE from Mesh::cd_flag. Suggested by Campbell Barton through a review comment of the Freestyle branch. --- source/blender/makesdna/DNA_mesh_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index 85bb58a2017..7cb24b53680 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -179,8 +179,6 @@ typedef struct TFace { #define ME_CDFLAG_VERT_BWEIGHT (1 << 0) #define ME_CDFLAG_EDGE_BWEIGHT (1 << 1) #define ME_CDFLAG_EDGE_CREASE (1 << 2) -#define ME_CDFLAG_FREESTYLE_EDGE (1 << 3) -#define ME_CDFLAG_FREESTYLE_FACE (1 << 4) /* me->drawflag, short */ #define ME_DRAWEDGES (1 << 0) -- cgit v1.2.3