mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 06:36:08 +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.
|
/// Enforce contraint by moving relevant points.
|
||||||
/// \return max distance of point movement
|
/// \return max distance of point movement
|
||||||
virtual float enforce() = 0;
|
virtual float enforce() = 0;
|
||||||
|
|
||||||
protected:
|
|
||||||
int _type;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_Constraint_h
|
#endif // hifi_Constraint_h
|
||||||
|
|
Loading…
Reference in a new issue