remove unused function
This commit is contained in:
		| @@ -65,8 +65,6 @@ public: | |||||||
| 	b3FrictionForce() { } | 	b3FrictionForce() { } | ||||||
| 	~b3FrictionForce() { } | 	~b3FrictionForce() { } | ||||||
|  |  | ||||||
| 	void SolvePositionConstraints(const b3ClothSolverData* data); |  | ||||||
| 	 |  | ||||||
| 	void Apply(const b3ClothSolverData* data); | 	void Apply(const b3ClothSolverData* data); | ||||||
|  |  | ||||||
| 	b3Particle* m_p; | 	b3Particle* m_p; | ||||||
|   | |||||||
| @@ -22,11 +22,6 @@ | |||||||
| #include <bounce/dynamics/cloth/dense_vec3.h> | #include <bounce/dynamics/cloth/dense_vec3.h> | ||||||
| #include <bounce/dynamics/cloth/sparse_sym_mat33.h> | #include <bounce/dynamics/cloth/sparse_sym_mat33.h> | ||||||
|  |  | ||||||
| void b3FrictionForce::SolvePositionConstraints(const b3ClothSolverData* data) |  | ||||||
| { |  | ||||||
| 	B3_NOT_USED(data); |  | ||||||
| } |  | ||||||
|  |  | ||||||
| void b3FrictionForce::Apply(const b3ClothSolverData* data) | void b3FrictionForce::Apply(const b3ClothSolverData* data) | ||||||
| { | { | ||||||
| 	// TODO | 	// TODO | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user