From 176d8d157dacb2c1a8707ad6e5599f8619d49aeb Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 30 Jul 2014 13:07:32 -0700 Subject: [PATCH] remove unused Constraint::_type --- libraries/shared/src/Constraint.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/shared/src/Constraint.h b/libraries/shared/src/Constraint.h index 422675b85d..9bbdc185e1 100644 --- a/libraries/shared/src/Constraint.h +++ b/libraries/shared/src/Constraint.h @@ -20,9 +20,6 @@ public: /// Enforce contraint by moving relevant points. /// \return max distance of point movement virtual float enforce() = 0; - -protected: - int _type; }; #endif // hifi_Constraint_h