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-06 11:17:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-02-06 11:17:28 +0300
commitf9da89a38d3dc0399b7d7943c732cbaf4e336290 (patch)
tree5286478b91ca66f201cd0f1b1848004846fcca34 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent74f7fb084c6e1b6e167fa3cf385792a480c23e30 (diff)
Partially revert changes from 2a184f3d2b6
Ended up removing the need for eval_ctx, but left it being initialized.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 58fad870ab3..5fb9eee805f 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -130,7 +130,6 @@ struct SculptRakeData {
/* Single struct used by all BLI_task threaded callbacks, let's avoid adding 10's of those... */
typedef struct SculptThreadedTaskData {
struct bContext *C;
- const struct EvaluationContext *eval_ctx;
struct Sculpt *sd;
struct Object *ob;
const struct Brush *brush;