[Bf-blender-cvs] [3a8099c45c4] master: Cleanup: unused vars in last commit

Campbell Barton noreply at git.blender.org
Mon Mar 18 10:31:50 CET 2019


Commit: 3a8099c45c49bd125d3ff34b6b937aab367a9731
Author: Campbell Barton
Date:   Mon Mar 18 20:30:05 2019 +1100
Branches: master
https://developer.blender.org/rB3a8099c45c49bd125d3ff34b6b937aab367a9731

Cleanup: unused vars in last commit

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

M	source/blender/editors/sculpt_paint/paint_utils.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
index b1088e3a957..2f7cd3fceba 100644
--- a/source/blender/editors/sculpt_paint/paint_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_utils.c
@@ -463,7 +463,6 @@ void paint_sample_color(bContext *C, ARegion *ar, int x, int y, bool texpaint_pr
 			CustomData_MeshMasks cddata_masks = CD_MASK_BAREMESH;
 			cddata_masks.pmask |= CD_MASK_ORIGINDEX;
 			Mesh *me = (Mesh *)ob->data;
-			CustomData_MeshMasks mask, nextmask, previewmask = {0}, append_mask = CD_MASK_BAREMESH_ORIGINDEX;
 			Mesh *me_eval = mesh_get_eval_final(depsgraph, scene, ob_eval, &cddata_masks);
 
 			ViewContext vc;



More information about the Bf-blender-cvs mailing list