aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp')
-rw-r--r--PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp b/PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp
index 6781ea48..517e2dc6 100644
--- a/PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp
+++ b/PhysX_3.4/Source/LowLevelAABB/src/BpMBPTasks.cpp
@@ -27,37 +27,3 @@
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
-#include "BpMBPTasks.h"
-#include "BpBroadPhaseMBP.h"
-#include "PsAllocator.h"
-
-using namespace physx;
-using namespace Bp;
-
-///////////////////////////////////////////////////////////////////////////////
-
-MBPUpdateWorkTask::MBPUpdateWorkTask(PxU64 contextId) : MBPTask(contextId)
-{
-}
-
-MBPUpdateWorkTask::~MBPUpdateWorkTask()
-{
-}
-
-MBPPostUpdateWorkTask::MBPPostUpdateWorkTask(PxU64 contextId) : MBPTask(contextId)
-{
-}
-
-void MBPUpdateWorkTask::runInternal()
-{
- mMBP->update();
-}
-
-///////////////////////////////////////////////////////////////////////////////
-
-void MBPPostUpdateWorkTask::runInternal()
-{
- mMBP->postUpdate();
-}
-
-///////////////////////////////////////////////////////////////////////////////