From 4366525da46ae7e81df17d5ddf45a1a9604926ae Mon Sep 17 00:00:00 2001 From: Virendra Singh Date: Wed, 4 Mar 2015 08:51:44 +0530 Subject: [PATCH] Removed unused variables --- libraries/physics/src/MassProperties.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/physics/src/MassProperties.cpp b/libraries/physics/src/MassProperties.cpp index deaa37587d..e579f2d358 100644 --- a/libraries/physics/src/MassProperties.cpp +++ b/libraries/physics/src/MassProperties.cpp @@ -192,12 +192,6 @@ vector MassProperties::getTetrahedra() const{ vector MassProperties::getMassProperties(){ vector volumeAndInertia; double volume = 0.0; - double inertia_a = 0.0; - double inertia_b = 0.0; - double inertia_c = 0.0; - double inertia_aa = 0.0; - double inertia_bb = 0.0; - double inertia_cc = 0.0; glm::vec3 centerOfMass; glm::mat3 globalInertia(0.0); glm::mat3 globalProductInertia(0.0);