A couple of small fixes...

I removed config.h code from the files that had them.
effect.c had nested /* so cleaned that up...

added a newline to vector.c to shut gcc up ;)
buttons_editing.c had a possible unintalized var (height) so I gave
it a default value.

removed an unused var i in interface_draw.c
removed an unused var mti in outliner.c

in BL_SkinDeformer.cpp
commented out a call to bDeformGroup->data which no longer exists so it
compiles again.

Kent
This commit is contained in:
2005-08-11 16:39:51 +00:00
parent 2cb9c4db0c
commit 841ddb4680
6 changed files with 10 additions and 26 deletions

View File

@@ -688,4 +688,5 @@ PyObject *Vector_Negate(VectorObject * self)
return EXPP_incr_ret((PyObject*)self);
}
//#######################################################################
//#############################DEPRECATED################################
//#############################DEPRECATED################################