mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 17:55:36 +02:00
remove unused Constraint::_type
This commit is contained in:
parent
7b76753daf
commit
176d8d157d
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue