*warnings fixes

- fixes a number of warnings in bpy project
This commit is contained in:
2006-01-03 16:27:34 +00:00
parent 700ff0193b
commit 5233f73589
5 changed files with 9 additions and 6 deletions

View File

@@ -835,7 +835,6 @@ static PyObject *Scene_getChildren( BPy_Scene * self )
PyObject *bpy_obj;
Object *object;
Base *base;
PyObject *name;
if( !scene )
return EXPP_ReturnPyObjError( PyExc_RuntimeError,