From d9087d6e840393b885fe9043e597419d8b67accb Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Mon, 11 Apr 2016 21:38:47 +0200 Subject: [PATCH] Small modification --- documentation/API/Doxyfile | 2 +- src/collision/CollisionDetection.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/documentation/API/Doxyfile b/documentation/API/Doxyfile index c257ecd7..435bac13 100644 --- a/documentation/API/Doxyfile +++ b/documentation/API/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "ReactPhysics3D" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "0.5.0" +PROJECT_NUMBER = "0.6.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/src/collision/CollisionDetection.h b/src/collision/CollisionDetection.h index 9d6263b8..4bc4f319 100644 --- a/src/collision/CollisionDetection.h +++ b/src/collision/CollisionDetection.h @@ -108,10 +108,6 @@ class CollisionDetection : public NarrowPhaseCallback { // TODO : Delete this GJKAlgorithm mNarrowPhaseGJKAlgorithm; - /// Narrow-phase Sphere vs Sphere algorithm - // TODO : Delete this - SphereVsSphereAlgorithm mNarrowPhaseSphereVsSphereAlgorithm; - /// Set of pair of bodies that cannot collide between each other std::set mNoCollisionPairs;