From 6d4d74172bac0a473bf0b389b5e402c51269042c Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 14 Sep 2022 14:49:40 -0500 Subject: Cleanup: Remove unused argument from modifier data mask callback This isn't likely to be helpful in the future with the move to generic attributes --- source/blender/modifiers/intern/MOD_weightvgmix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_weightvgmix.c') diff --git a/source/blender/modifiers/intern/MOD_weightvgmix.c b/source/blender/modifiers/intern/MOD_weightvgmix.c index 1481ffad82c..957ea3b6c8f 100644 --- a/source/blender/modifiers/intern/MOD_weightvgmix.c +++ b/source/blender/modifiers/intern/MOD_weightvgmix.c @@ -129,9 +129,7 @@ static void initData(ModifierData *md) MEMCPY_STRUCT_AFTER(wmd, DNA_struct_default_get(WeightVGMixModifierData), modifier); } -static void requiredDataMask(Object *UNUSED(ob), - ModifierData *md, - CustomData_MeshMasks *r_cddata_masks) +static void requiredDataMask(ModifierData *md, CustomData_MeshMasks *r_cddata_masks) { WeightVGMixModifierData *wmd = (WeightVGMixModifierData *)md; -- cgit v1.2.3