diff options
author | Robert Adams | 2013-07-22 12:09:55 -0700 |
---|---|---|
committer | Robert Adams | 2013-07-22 12:09:55 -0700 |
commit | 89857378ce79f93a265bc1eb151e17742032abfa (patch) | |
tree | 0000feec9e36793838c87d314ce875ebedfbbb5b /OpenSim/Region/Physics/Manager/PhysicsActor.cs | |
parent | Revert "BulletSim: move collision processing for linksets from BSPrimLinkable" (diff) | |
download | opensim-SC_OLD-89857378ce79f93a265bc1eb151e17742032abfa.zip opensim-SC_OLD-89857378ce79f93a265bc1eb151e17742032abfa.tar.gz opensim-SC_OLD-89857378ce79f93a265bc1eb151e17742032abfa.tar.bz2 opensim-SC_OLD-89857378ce79f93a265bc1eb151e17742032abfa.tar.xz |
Revert "Add experimental stubs for an extension function interface on both"
The changes don't seem to be ready for prime time.
This reverts commit 13a4a80b3893af13ab748c177b731fed813974ca.
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsActor.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 2500f27..bd806eb 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -313,12 +313,6 @@ namespace OpenSim.Region.Physics.Manager | |||
313 | public abstract void SubscribeEvents(int ms); | 313 | public abstract void SubscribeEvents(int ms); |
314 | public abstract void UnSubscribeEvents(); | 314 | public abstract void UnSubscribeEvents(); |
315 | public abstract bool SubscribedEvents(); | 315 | public abstract bool SubscribedEvents(); |
316 | |||
317 | // Extendable interface for new, physics engine specific operations | ||
318 | public virtual object Extension(string pFunct, params object[] pParams) | ||
319 | { | ||
320 | throw new NotImplementedException(); | ||
321 | } | ||
322 | } | 316 | } |
323 | 317 | ||
324 | public class NullPhysicsActor : PhysicsActor | 318 | public class NullPhysicsActor : PhysicsActor |