From e3577b9c2dc4a5bc2bf361db1985939ddb6ec3e1 Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Mon, 13 Aug 2018 14:25:50 -0300 Subject: [PATCH] remove unused --- include/bounce/dynamics/cloth/cloth_contact_solver.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/bounce/dynamics/cloth/cloth_contact_solver.h b/include/bounce/dynamics/cloth/cloth_contact_solver.h index 7fb20bb..a4a03f5 100644 --- a/include/bounce/dynamics/cloth/cloth_contact_solver.h +++ b/include/bounce/dynamics/cloth/cloth_contact_solver.h @@ -27,14 +27,12 @@ class b3StackAllocator; class b3Particle; class b3Body; -struct b3DenseVec3; -struct b3DiagMat33; -struct b3SparseSymMat33; - class b3BodyContact; class b3ParticleContact; class b3TriangleContact; +struct b3DenseVec3; + struct b3ClothSolverBodyContactVelocityConstraint { u32 indexA;