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_hook.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_hook.c') diff --git a/source/blender/modifiers/intern/MOD_hook.c b/source/blender/modifiers/intern/MOD_hook.c index ae8b3e3bfa4..2693b6da498 100644 --- a/source/blender/modifiers/intern/MOD_hook.c +++ b/source/blender/modifiers/intern/MOD_hook.c @@ -386,12 +386,6 @@ ModifierTypeInfo modifierType_Hook = { eModifierTypeFlag_SupportsEditmode, /* copyData */ copyData, - /* deformVerts_DM */ NULL, - /* deformMatrices_DM */ NULL, - /* deformVertsEM_DM */ NULL, - /* deformMatricesEM_DM*/NULL, - /* applyModifier_DM */ NULL, - /* deformVerts */ deformVerts, /* deformMatrices */ NULL, /* deformVertsEM */ deformVertsEM, -- cgit v1.2.3