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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-30 21:16:44 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-30 21:17:05 +0300
commit2c5a91921293325696c34e56755c85126ee0760f (patch)
treef6296073e9397fd35e6c104103bc06590c751837 /source/blender/modifiers/intern/MOD_mirror.c
parent03bd024c077d549cdef1ac686a557c742545cba8 (diff)
Cleanup: remove unused modifier methods.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_mirror.c')
-rw-r--r--source/blender/modifiers/intern/MOD_mirror.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c
index 420f9c746e5..ac5f2906498 100644
--- a/source/blender/modifiers/intern/MOD_mirror.c
+++ b/source/blender/modifiers/intern/MOD_mirror.c
@@ -432,12 +432,6 @@ ModifierTypeInfo modifierType_Mirror = {
/* copyData */ modifier_copyData_generic,
- /* deformVerts_DM */ NULL,
- /* deformMatrices_DM */ NULL,
- /* deformVertsEM_DM */ NULL,
- /* deformMatricesEM_DM*/NULL,
- /* applyModifier_DM */ NULL,
-
/* deformVerts */ NULL,
/* deformMatrices */ NULL,
/* deformVertsEM */ NULL,