remove unused function

This commit is contained in:
Irlan
2018-07-17 22:13:43 -03:00
parent be76409ffc
commit f70e4be908
2 changed files with 1 additions and 8 deletions

View File

@ -64,9 +64,7 @@ class b3FrictionForce : public b3Force
public:
b3FrictionForce() { }
~b3FrictionForce() { }
void SolvePositionConstraints(const b3ClothSolverData* data);
void Apply(const b3ClothSolverData* data);
b3Particle* m_p;