a little spring cleaning to remove some compiler warnings for
implicit declarations, redundant redeclarations, missing initializers, nested externs and other cruft. Cleaned up includes and moved extern _Type decls from Types.h into Types.c since that is the only place where they are needed now. Did not touch Ipo.[ch] since work is on-going there.
This commit is contained in:
@@ -65,6 +65,7 @@ struct rctf;
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_nla.h"
|
||||
#include "BKE_material.h"
|
||||
|
||||
#include "BSE_editipo.h"
|
||||
#include "BSE_edit.h"
|
||||
@@ -953,7 +954,6 @@ PyObject *Object_Init( void )
|
||||
|
||||
static PyObject *Object_buildParts( BPy_Object * self )
|
||||
{
|
||||
void build_particle_system( Object * ob );
|
||||
struct Object *obj = self->object;
|
||||
|
||||
build_particle_system( obj );
|
||||
|
||||
Reference in New Issue
Block a user