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.
This commit is contained in:
2018-10-24 14:03:51 +02:00
parent 547d31c8da
commit 91c6beb28a
58 changed files with 2 additions and 151 deletions

View File

@@ -201,14 +201,12 @@ ModifierTypeInfo modifierType_MeshSequenceCache = {
/* 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,