From 5efb104003d41664d6412279fb546ee53767d384 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 15 Oct 2020 20:03:26 +0200 Subject: Silence warning --- source/blender/editors/sculpt_paint/paint_mask.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/paint_mask.c') diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index 13971f6bec4..cfb73153371 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -1079,7 +1079,6 @@ static void sculpt_gesture_apply_trim(SculptGestureContext *sgcontext) { SculptGestureTrimOperation *trim_operation = (SculptGestureTrimOperation *)sgcontext->operation; - Object *object = sgcontext->vc.obact; Mesh *sculpt_mesh = BKE_mesh_from_object(sgcontext->vc.obact); Mesh *trim_mesh = trim_operation->mesh; -- cgit v1.2.3