Cleanup: Quiet unused variables warning

This commit is contained in:
Hans Goudey 2020-09-22 13:36:06 -05:00
parent 88970e3900
commit 358a8e00bd
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ static bool rna_GPencilBrush_pin_mode_get(PointerRNA *ptr)
return false;
}
static void rna_GPencilBrush_pin_mode_set(PointerRNA *ptr, bool value)
static void rna_GPencilBrush_pin_mode_set(PointerRNA *UNUSED(ptr), bool UNUSED(value))
{
/* All data is set in update. Keep this function only to avoid RNA compilation errors. */
return;