From 256dbce9fa582f2dbfb40bcd592c0f446a5eaf27 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 9 Apr 2024 21:23:18 -0400 Subject: [PATCH] Cleanup: Make format --- source/blender/editors/sculpt_paint/paint_utils.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/paint_utils.cc b/source/blender/editors/sculpt_paint/paint_utils.cc index 6fa52fda6fb..a247a49708b 100644 --- a/source/blender/editors/sculpt_paint/paint_utils.cc +++ b/source/blender/editors/sculpt_paint/paint_utils.cc @@ -261,7 +261,6 @@ static int imapaint_pick_face(ViewContext *vc, return 0; } - float3 start_world, end_world; ED_view3d_win_to_segment_clipped( vc->depsgraph, vc->region, vc->v3d, float2(mval[0], mval[1]), start_world, end_world, true);