remove unused findex from btTypedConstraint.h

This commit is contained in:
Erwin Coumans
2016-06-13 18:33:18 -07:00
parent 6523df336e
commit 149129826a

View File

@@ -145,11 +145,6 @@ public:
// lo and hi limits for variables (set to -/+ infinity on entry).
btScalar *m_lowerLimit,*m_upperLimit;
// findex vector for variables. see the LCP solver interface for a
// description of what this does. this is set to -1 on entry.
// note that the returned indexes are relative to the first index of
// the constraint.
int *findex;
// number of solver iterations
int m_numIterations;