mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
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 13a4a80b38.
This commit is contained in:
@@ -313,12 +313,6 @@ namespace OpenSim.Region.Physics.Manager
|
||||
public abstract void SubscribeEvents(int ms);
|
||||
public abstract void UnSubscribeEvents();
|
||||
public abstract bool SubscribedEvents();
|
||||
|
||||
// Extendable interface for new, physics engine specific operations
|
||||
public virtual object Extension(string pFunct, params object[] pParams)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
public class NullPhysicsActor : PhysicsActor
|
||||
|
||||
Reference in New Issue
Block a user