remove unused Constraint::_type

This commit is contained in:
Andrew Meadows 2014-07-30 13:07:32 -07:00
parent 7b76753daf
commit 176d8d157d

View file

@ -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