Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-10-24 15:03:51 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-10-24 15:04:29 +0300
commit91c6beb28ab9c2914262c4010bcbc8d7f1e1bf29 (patch)
tree29e70ef6b2b2e77e4577cc979abfeb83155eaa46 /source/blender/modifiers/intern/MOD_laplaciansmooth.c
parent547d31c8da1fcb938e91887909c5e2f3b3d180d5 (diff)
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.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_laplaciansmooth.c')
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciansmooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
index 57c8fc12b7a..fba4ac5d9e5 100644
--- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c
+++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
@@ -550,14 +550,12 @@ ModifierTypeInfo modifierType_LaplacianSmooth = {
/* 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 */ init_data,
/* requiredDataMask */ required_data_mask,