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>2018-02-05 09:58:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-05 09:58:31 +0300
commita1c45a453f55fd61072ff31566654cbd03e92428 (patch)
tree06381c98af570ad348d58bb4b78a7d6fa944188a /source/blender/blenkernel/BKE_paint.h
parent23d2f708f312b73186aff4a42e952480413e7096 (diff)
parentf911fb0744a8185745193a252b4115a6d7756102 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 0d55b65fe65..7fd08ba541f 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -214,7 +214,6 @@ typedef struct SculptSession {
/* Layer brush persistence between strokes */
float (*layer_co)[3]; /* Copy of the mesh vertices' locations */
- struct SculptStroke *stroke;
struct StrokeCache *cache;
union {