From 26092d3755e5ed843fc2badc03d186c95cf70c34 Mon Sep 17 00:00:00 2001 From: Irlan Date: Tue, 30 Apr 2019 10:41:30 -0300 Subject: [PATCH] Remove unused --- include/bounce/cloth/cloth.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/bounce/cloth/cloth.h b/include/bounce/cloth/cloth.h index 3c1a5b4..d4ff2a8 100644 --- a/include/bounce/cloth/cloth.h +++ b/include/bounce/cloth/cloth.h @@ -133,20 +133,12 @@ public: // Return the kinetic (or dynamic) energy in this system. float32 GetEnergy() const; - // Get the next cloth in the world cloth list. - const b3Cloth* GetNext() const; - - // Get the next cloth in the world cloth list. - b3Cloth* GetNext(); - // Perform a time step. void Step(float32 dt); // Debug draw the cloth using the associated cloth mesh. void Draw() const; private: - friend class b3List2; - // Compute mass of each particle. void ComputeMass();