diff --git a/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp b/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp index d85dc5f30..991841ee2 100644 --- a/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp +++ b/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp @@ -12,8 +12,6 @@ subject to the following restrictions: 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. -VERSION alterations -2013-Mar-21: Rich McDaniel - Added callback function to eliminate collisions based on shape testing */ #include "BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h" diff --git a/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h b/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h index c385ee744..536751456 100644 --- a/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h +++ b/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h @@ -12,9 +12,6 @@ subject to the following restrictions: 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. -VERSION alterations -2013-Mar-21: Rich McDaniel - Added accessor to child algorithms in btCompoundCollisionAlgorithm -2013-Mar-21: Rich McDaniel - Added callback function to eliminate collisions based on shape testing */ #ifndef BT_COMPOUND_COLLISION_ALGORITHM_H @@ -32,7 +29,6 @@ class btDispatcher; class btDispatcher; class btCollisionObject; -/* 2013-Mar-21 - Rich McDaniel */ class btCollisionShape; typedef bool (*btShapePairCallback)(const btCollisionShape* pShape0, const btCollisionShape* pShape1); extern btShapePairCallback gCompoundChildShapePairCallback;