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_none.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_none.c') diff --git a/source/blender/modifiers/intern/MOD_none.c b/source/blender/modifiers/intern/MOD_none.c index 93343a227cd..749c329b3b6 100644 --- a/source/blender/modifiers/intern/MOD_none.c +++ b/source/blender/modifiers/intern/MOD_none.c @@ -46,12 +46,6 @@ ModifierTypeInfo modifierType_None = { /* copyData */ NULL, - /* deformVerts_DM */ NULL, - /* deformMatrices_DM */ NULL, - /* deformVertsEM_DM */ NULL, - /* deformMatricesEM_DM*/NULL, - /* applyModifier_DM */ NULL, - /* deformVerts */ NULL, /* deformMatrices */ NULL, /* deformVertsEM */ NULL, -- cgit v1.2.3