From 91c6beb28ab9c2914262c4010bcbc8d7f1e1bf29 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 24 Oct 2018 14:03:51 +0200 Subject: Cleanup: Remove unused modifiers callback Was only used by subsurf in the past years, it is unlikely other modifiers will every need this any time soon. --- source/blender/modifiers/intern/MOD_wave.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_wave.c') diff --git a/source/blender/modifiers/intern/MOD_wave.c b/source/blender/modifiers/intern/MOD_wave.c index c569ef1554e..ea09b6400cf 100644 --- a/source/blender/modifiers/intern/MOD_wave.c +++ b/source/blender/modifiers/intern/MOD_wave.c @@ -354,14 +354,12 @@ ModifierTypeInfo modifierType_Wave = { /* deformVertsEM_DM */ NULL, /* deformMatricesEM_DM*/NULL, /* applyModifier_DM */ NULL, - /* applyModifierEM_DM */NULL, /* deformVerts */ deformVerts, /* deformMatrices */ NULL, /* deformVertsEM */ deformVertsEM, /* deformMatricesEM */ NULL, /* applyModifier */ NULL, - /* applyModifierEM */ NULL, /* initData */ initData, /* requiredDataMask */ requiredDataMask, -- cgit v1.2.3