Maintenance,

- remove some redundant declarations
- changed VertexTangent and Path structs to avoid compiler alignment padding.
This commit is contained in:
2010-12-04 13:00:28 +00:00
parent 4dc59fff28
commit fa4bbbb249
33 changed files with 26 additions and 84 deletions

View File

@@ -31,7 +31,6 @@
#define BPY_EXTERN_H
extern char bprogname[]; /* holds a copy of argv[0], from creator.c */
extern char btempdir[]; /* use this to store a valid temp directory */
struct Text; /* defined in DNA_text_types.h */
struct ID; /* DNA_ID.h */