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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-03-01 06:20:10 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-01 06:20:10 +0400
commit4dfc25223f7ee61a716e7b46d675f694083a0eb2 (patch)
treeebe34e2e24cb67cffb7006b0880fad14bd5cdeb1 /source/blender/modifiers/MOD_modifiertypes.h
parentaf0a469307d5abe30d59c62c61d8bbc361bdf359 (diff)
Remove struct NgonInterpModifierData and related ModifierType Info.
This modifier was already removed in r44288, looks like these were just missed.
Diffstat (limited to 'source/blender/modifiers/MOD_modifiertypes.h')
-rw-r--r--source/blender/modifiers/MOD_modifiertypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/MOD_modifiertypes.h b/source/blender/modifiers/MOD_modifiertypes.h
index ba2ec56d76a..ea5574a378e 100644
--- a/source/blender/modifiers/MOD_modifiertypes.h
+++ b/source/blender/modifiers/MOD_modifiertypes.h
@@ -74,7 +74,6 @@ extern ModifierTypeInfo modifierType_WeightVGMix;
extern ModifierTypeInfo modifierType_WeightVGProximity;
extern ModifierTypeInfo modifierType_DynamicPaint;
extern ModifierTypeInfo modifierType_Remesh;
-extern ModifierTypeInfo modifierType_NgonInterp;
/* MOD_util.c */
void modifier_type_init(ModifierTypeInfo *types[]);