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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-05-31 12:24:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-31 12:24:53 +0400
commitd74200a3af286e82b6a262c6cf14157be38e1b58 (patch)
tree8e467e447a495c9cf4c09937912cac6efe382468 /source/blender/makesdna
parent0ce5dd7e3fe4808aad742f6b745bba1c2ab6ee27 (diff)
svn merge -r47246:47245 . --- revert 47246, this needs more considersation and planning to do this well
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_mask_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mask_types.h b/source/blender/makesdna/DNA_mask_types.h
index 680da5fc82e..d427e1561cb 100644
--- a/source/blender/makesdna/DNA_mask_types.h
+++ b/source/blender/makesdna/DNA_mask_types.h
@@ -120,7 +120,6 @@ typedef struct MaskObject {
/* MaskSpline->flag */
/* reserve (1 << 0) for SELECT */
#define MASK_SPLINE_CYCLIC (1 << 1)
-#define MASK_SPLINE_NEGATE (1 << 2)
/* MaskSpline->weight_interp */
#define MASK_SPLINE_INTERP_LINEAR 1