From 91c6beb28ab9c2914262c4010bcbc8d7f1e1bf29 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 24 Oct 2018 14:03:51 +0200 Subject: Cleanup: Remove unused modifiers callback Was only used by subsurf in the past years, it is unlikely other modifiers will every need this any time soon. --- source/blender/modifiers/intern/MOD_explode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_explode.c') diff --git a/source/blender/modifiers/intern/MOD_explode.c b/source/blender/modifiers/intern/MOD_explode.c index 99c60271cec..f736e44a4cf 100644 --- a/source/blender/modifiers/intern/MOD_explode.c +++ b/source/blender/modifiers/intern/MOD_explode.c @@ -1101,14 +1101,12 @@ ModifierTypeInfo modifierType_Explode = { /* deformVertsEM_DM */ NULL, /* deformMatricesEM_DM*/NULL, /* applyModifier_DM */ NULL, - /* applyModifierEM_DM */NULL, /* deformVerts */ NULL, /* deformMatrices */ NULL, /* deformVertsEM */ NULL, /* deformMatricesEM */ NULL, /* applyModifier */ applyModifier, - /* applyModifierEM */ NULL, /* initData */ initData, /* requiredDataMask */ requiredDataMask, -- cgit v1.2.3