From 33688fc011be7875bd49605cb5e80d2aae03fc9b Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 2 Apr 2013 18:33:00 +0000 Subject: [PATCH] removed name from source code --- .../CollisionDispatch/btCompoundCollisionAlgorithm.cpp | 2 -- .../CollisionDispatch/btCompoundCollisionAlgorithm.h | 4 ---- 2 files changed, 6 deletions(-) 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;