Maintenance,

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

View File

@@ -1972,7 +1972,6 @@ static void composit_begin_exec(bNodeTree *ntree, int is_group)
/* copy stack compbufs to sockets */
static void composit_end_exec(bNodeTree *ntree, int is_group)
{
extern void print_compbuf(char *str, struct CompBuf *cbuf);
bNode *node;
bNodeStack *ns;
int a;