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_collision.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_collision.c') diff --git a/source/blender/modifiers/intern/MOD_collision.c b/source/blender/modifiers/intern/MOD_collision.c index 87775cb5f3b..371a33ebfc6 100644 --- a/source/blender/modifiers/intern/MOD_collision.c +++ b/source/blender/modifiers/intern/MOD_collision.c @@ -251,12 +251,6 @@ ModifierTypeInfo modifierType_Collision = { /* copyData */ NULL, - /* 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