From 2c5a91921293325696c34e56755c85126ee0760f Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 30 Mar 2019 19:16:44 +0100 Subject: Cleanup: remove unused modifier methods. --- source/blender/modifiers/intern/MOD_cloth.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_cloth.c') diff --git a/source/blender/modifiers/intern/MOD_cloth.c b/source/blender/modifiers/intern/MOD_cloth.c index abbd32f70d3..8bf9d50cda7 100644 --- a/source/blender/modifiers/intern/MOD_cloth.c +++ b/source/blender/modifiers/intern/MOD_cloth.c @@ -241,12 +241,6 @@ ModifierTypeInfo modifierType_Cloth = { /* copyData */ copyData, - /* deformVerts_DM */ NULL, - /* deformMatrices_DM */ NULL, - /* deformVertsEM_DM */ NULL, - /* deformMatricesEM_DM*/NULL, - /* applyModifier_DM */ NULL, - /* deformVerts */ deformVerts, /* deformMatrices */ NULL, /* deformVertsEM */ NULL, -- cgit v1.2.3