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:
Diffstat (limited to 'source/blender/src/vpaint.c')
-rw-r--r--source/blender/src/vpaint.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/src/vpaint.c b/source/blender/src/vpaint.c
index c993564cd3d..2fcd8995c6c 100644
--- a/source/blender/src/vpaint.c
+++ b/source/blender/src/vpaint.c
@@ -96,12 +96,6 @@
#define VP_MUL 3
#define VP_FILT 4
- /* Gvp.flag */
-#define VP_COLINDEX 1
-#define VP_AREA 2
-#define VP_SOFT 4
-#define VP_NORMALS 8
-
#define MAXINDEX 512000
VPaint Gvp= {1.0, 1.0, 1.0, 0.2, 25.0, 1.0, 1.0, 0, VP_AREA+VP_SOFT};