Cleanup: remove unused modifier methods.

This commit is contained in:
2019-03-30 19:16:44 +01:00
parent 03bd024c07
commit 2c5a919212
56 changed files with 0 additions and 342 deletions

View File

@@ -127,12 +127,6 @@ ModifierTypeInfo modifierType_Lattice = {
/* copyData */ modifier_copyData_generic,
/* deformVerts_DM */ NULL,
/* deformMatrices_DM */ NULL,
/* deformVertsEM_DM */ NULL,
/* deformMatricesEM_DM*/NULL,
/* applyModifier_DM */ NULL,
/* deformVerts */ deformVerts,
/* deformMatrices */ NULL,
/* deformVertsEM */ deformVertsEM,