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_fluid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_fluid.c') diff --git a/source/blender/modifiers/intern/MOD_fluid.c b/source/blender/modifiers/intern/MOD_fluid.c index 3ab6d08ee15..0a2b01fe101 100644 --- a/source/blender/modifiers/intern/MOD_fluid.c +++ b/source/blender/modifiers/intern/MOD_fluid.c @@ -78,9 +78,7 @@ static void freeData(ModifierData *md) #endif /* WITH_FLUID */ } -static void requiredDataMask(Object *UNUSED(ob), - ModifierData *md, - CustomData_MeshMasks *r_cddata_masks) +static void requiredDataMask(ModifierData *md, CustomData_MeshMasks *r_cddata_masks) { FluidModifierData *fmd = (FluidModifierData *)md; -- cgit v1.2.3