Cleanup: Fix unused variable warning

This commit is contained in:
Hans Goudey 2021-09-30 14:01:56 -05:00
parent 1a134c4c30
commit 8d60ac2bb0
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ static void node_shader_exec_curve_float(void *UNUSED(data),
}
}
static void node_shader_init_curve_float(bNodeTree *ntree, bNode *node)
static void node_shader_init_curve_float(bNodeTree *UNUSED(ntree), bNode *node)
{
node->storage = BKE_curvemapping_add(1, 0.0f, 0.0f, 1.0f, 1.0f);
}