Commit: 5e35f07ad1714a0be40d7193f6a64a3bd03c2e77
Author: Lukas Tönne
Date:   Thu Sep 11 18:32:26 2014 +0200
Branches: hair_immediate_fixes
https://developer.blender.org/rB5e35f07ad1714a0be40d7193f6a64a3bd03c2e77

Removed unused variable.

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

M       source/blender/blenkernel/intern/implicit_eigen.cpp

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

diff --git a/source/blender/blenkernel/intern/implicit_eigen.cpp 
b/source/blender/blenkernel/intern/implicit_eigen.cpp
index 924f576..c35a479 100644
--- a/source/blender/blenkernel/intern/implicit_eigen.cpp
+++ b/source/blender/blenkernel/intern/implicit_eigen.cpp
@@ -333,7 +333,6 @@ BLI_INLINE void loc_world_to_root(float r[3], const float 
v[3], Implicit_Data *i
 BLI_INLINE void loc_root_to_world(float r[3], const float v[3], Implicit_Data 
*id, int i)
 {
        RootTransform &root = id->root[i];
-       float t[3];
        copy_v3_v3(r, v);
        mul_m3_v3(root.rot, r);
        add_v3_v3(r, root.loc);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to