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/makesdna/DNA_modifier_types.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/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index c0cda33f8d8..a848c3edd49 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -809,12 +809,6 @@ typedef struct OceanModifierData {
#define MOD_OCEAN_GENERATE_NORMALS 2
-/* BMESH_ONLY */
-typedef struct NgonInterpModifierData {
- ModifierData modifier;
- int resolution, pad0;
-} NgonInterpModifierData;
-
typedef struct WarpModifierData {
ModifierData modifier;
/* keep in sync with MappingInfoModifierData */