Cleanup: unused parameter in own recent commit rB92ca920c52b9.

This commit is contained in:
Bastien Montagne 2022-07-20 11:09:16 +02:00
parent c48dc61749
commit ae49e0e8be
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static int shape_key_remove_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
}
static bool shape_key_remove_poll_property(const bContext *C,
static bool shape_key_remove_poll_property(const bContext *UNUSED(C),
wmOperator *op,
const PropertyRNA *prop)
{