From 3a8099c45c49bd125d3ff34b6b937aab367a9731 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Mar 2019 20:30:05 +1100 Subject: Cleanup: unused vars in last commit --- source/blender/editors/sculpt_paint/paint_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to '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; -- cgit v1.2.3