From 841ddb46803ab381cd238f8ad71465ccb660d9e0 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 11 Aug 2005 16:39:51 +0000 Subject: 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 --- source/blender/python/api2_2x/vector.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/python/api2_2x/vector.c') diff --git a/source/blender/python/api2_2x/vector.c b/source/blender/python/api2_2x/vector.c index 7b119660156..07599f6ba4a 100644 --- a/source/blender/python/api2_2x/vector.c +++ b/source/blender/python/api2_2x/vector.c @@ -688,4 +688,5 @@ PyObject *Vector_Negate(VectorObject * self) return EXPP_incr_ret((PyObject*)self); } //####################################################################### -//#############################DEPRECATED################################ \ No newline at end of file +//#############################DEPRECATED################################ + -- cgit v1.2.3