Compiler warning fixes:

* in scene.c in blenkernel, set_last_seq (defined in src - editseq.c) is called... this may/may not need some stubs for game-engine stuff
* removed unused vars due to old particle-effects stuff
This commit is contained in:
2008-04-28 00:40:38 +00:00
parent 8a44cfb217
commit 1b45506f0a
7 changed files with 7 additions and 6 deletions

View File

@@ -584,7 +584,7 @@ static PyObject *Effect_FlagsDict( void )
PyObject *Flags = PyConstant_New( );
if( Flags ) {
BPy_constant *c = ( BPy_constant * ) Flags;
//BPy_constant *c = ( BPy_constant * ) Flags;
/* removed */
}
return Flags;