[Bf-blender-cvs] [a80278a] master: Code Cleanup: comment unused functions

Campbell Barton noreply at git.blender.org
Tue Dec 17 19:08:35 CET 2013


Commit: a80278a1912c129d6176743a1540d9c918a29f51
Author: Campbell Barton
Date:   Wed Dec 18 05:07:49 2013 +1100
http://developer.blender.org/rBa80278a1912c129d6176743a1540d9c918a29f51

Code Cleanup: comment unused functions

===================================================================

M	source/blender/blenkernel/intern/implicit.c

===================================================================

diff --git a/source/blender/blenkernel/intern/implicit.c b/source/blender/blenkernel/intern/implicit.c
index fce6ed9..ef21c3f 100644
--- a/source/blender/blenkernel/intern/implicit.c
+++ b/source/blender/blenkernel/intern/implicit.c
@@ -172,7 +172,7 @@ DO_INLINE void mul_fvectorT_fvectorS(float to[3][3], float vectorA[3], float vec
 	mul_fvector_S(to[2], to[2], aS);
 }
 
-
+#if 0
 /* printf vector[3] on console: for debug output */
 static void print_fvector(float m3[3])
 {
@@ -190,6 +190,8 @@ DO_INLINE void print_lfvector(float (*fLongVector)[3], unsigned int verts)
 		print_fvector(fLongVector[i]);
 	}
 }
+#endif
+
 /* create long vector */
 DO_INLINE lfVector *create_lfvector(unsigned int verts)
 {




More information about the Bf-blender-cvs mailing list