removed some obsolete/debugging stuff

This commit is contained in:
ejcoumans
2006-10-07 02:18:05 +00:00
parent 04e5e70d31
commit 659207e7a3
2 changed files with 9 additions and 22 deletions

View File

@@ -27,8 +27,7 @@ subject to the following restrictions:
/// by taking closestPointInA = closestPointInB + m_distance * m_normalOnSurfaceB
struct btDiscreteCollisionDetectorInterface
{
void operator delete(void* ptr) {};
struct Result
{
void operator delete(void* ptr) {};
@@ -60,7 +59,6 @@ struct btDiscreteCollisionDetectorInterface
//
virtual void getClosestPoints(const ClosestPointInput& input,Result& output,class btIDebugDraw* debugDraw) = 0;
btScalar getCollisionMargin() { return 0.2f;}
};
struct btStorageResult : public btDiscreteCollisionDetectorInterface::Result