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:
authorCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-04 16:00:28 +0300
commitfa4bbbb249bf9706e9c71d34748fbde87fa385fb (patch)
tree1cd6f3081bcc95923a9cdae19ba5b03de1181e62 /source/blender/modifiers/intern/MOD_util.h
parent4dc59fff2835f509c563684f7d4e116b2dcfd873 (diff)
Maintenance,
- remove some redundant declarations - changed VertexTangent and Path structs to avoid compiler alignment padding.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_util.h b/source/blender/modifiers/intern/MOD_util.h
index 6abc29417b5..0ba35ad23e6 100644
--- a/source/blender/modifiers/intern/MOD_util.h
+++ b/source/blender/modifiers/intern/MOD_util.h
@@ -43,6 +43,4 @@ void validate_layer_name(const struct CustomData *data, int type, char *name, ch
struct DerivedMesh *get_cddm(struct Object *ob, struct EditMesh *em, struct DerivedMesh *dm, float (*vertexCos)[3]);
struct DerivedMesh *get_dm(struct Object *ob, struct EditMesh *em, struct DerivedMesh *dm, float (*vertexCos)[3], int orco);
-void modifier_type_init(struct ModifierTypeInfo *types[]);
-
#endif /* MOD_UTIL_H */