From 7e8626bbcec21c682dc9159fe0307d157c56ede4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 20 Jul 2014 00:38:52 +1000 Subject: Code cleanup: warnings --- intern/itasc/Armature.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/itasc') diff --git a/intern/itasc/Armature.cpp b/intern/itasc/Armature.cpp index 0c736566b25..13b471b036d 100644 --- a/intern/itasc/Armature.cpp +++ b/intern/itasc/Armature.cpp @@ -15,8 +15,10 @@ namespace iTaSC { +#if 0 // a joint constraint is characterized by 5 values: tolerance, K, alpha, yd, yddot static const unsigned int constraintCacheSize = 5; +#endif std::string Armature::m_root = "root"; Armature::Armature(): -- cgit v1.2.3