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:
authorJacques Lucke <jacques@blender.org>2022-07-01 10:55:00 +0300
committerJacques Lucke <jacques@blender.org>2022-07-01 10:55:20 +0300
commit5d57d9f899617fb04dd4f722599aa4b626ec70fe (patch)
treef18e4e7c844964fb9890e80cf9025e766a529ce0 /source/blender/editors/sculpt_paint/curves_sculpt_density.cc
parente4bf58e2852856e5c9d81ce04e6e9bb967795054 (diff)
Cleanup: remove unused variable
Diffstat (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_density.cc')
-rw-r--r--source/blender/editors/sculpt_paint/curves_sculpt_density.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_density.cc b/source/blender/editors/sculpt_paint/curves_sculpt_density.cc
index 536c44ddd44..120a7802580 100644
--- a/source/blender/editors/sculpt_paint/curves_sculpt_density.cc
+++ b/source/blender/editors/sculpt_paint/curves_sculpt_density.cc
@@ -416,9 +416,6 @@ void DensityAddOperation::on_stroke_extended(const bContext &C,
class DensitySubtractOperation : public CurvesSculptStrokeOperation {
private:
- /** Only used when a 3D brush is used. */
- CurvesBrush3D brush_3d_;
-
friend struct DensitySubtractOperationExecutor;
public: