[Bf-blender-cvs] [5d57d9f8996] master: Cleanup: remove unused variable

Jacques Lucke noreply at git.blender.org
Fri Jul 1 09:55:41 CEST 2022


Commit: 5d57d9f899617fb04dd4f722599aa4b626ec70fe
Author: Jacques Lucke
Date:   Fri Jul 1 09:55:00 2022 +0200
Branches: master
https://developer.blender.org/rB5d57d9f899617fb04dd4f722599aa4b626ec70fe

Cleanup: remove unused variable

===================================================================

M	source/blender/editors/sculpt_paint/curves_sculpt_density.cc

===================================================================

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:



More information about the Bf-blender-cvs mailing list