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_build.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_build.c') diff --git a/source/blender/modifiers/intern/MOD_build.c b/source/blender/modifiers/intern/MOD_build.c index 625df71bbf6..e2c13d02827 100644 --- a/source/blender/modifiers/intern/MOD_build.c +++ b/source/blender/modifiers/intern/MOD_build.c @@ -307,14 +307,12 @@ ModifierTypeInfo modifierType_Build = { /* 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 */ NULL, -- cgit v1.2.3