Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-05-18 17:14:28 +10:00
commit 68ba154869
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ bool ED_operator_object_active(bContext *C)
return ((ob != NULL) && !ed_object_hidden(ob));
}
bool ED_operator_object_active_editable_ex(bContext *C, const Object *ob)
bool ED_operator_object_active_editable_ex(bContext *UNUSED(C), const Object *ob)
{
return ((ob != NULL) && !ID_IS_LINKED(ob) && !ed_object_hidden(ob));
}