Cleanup: tag unused parameters as such.

This commit is contained in:
Bastien Montagne 2021-10-04 09:43:40 +02:00
parent fc6228bd85
commit 8c55333a8e
Notes: blender-bot 2023-02-14 09:36:38 +01:00
Referenced by issue #43295, Translation disambiguation requests
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static BezierSpline::HandleType handle_type_from_input_type(const GeometryNodeCu
static void select_by_handle_type(const CurveEval &curve,
const BezierSpline::HandleType type,
const GeometryNodeCurveHandleMode mode,
const IndexMask mask,
const IndexMask UNUSED(mask),
const MutableSpan<bool> r_selection)
{
int offset = 0;