Removed unused delegates in SceneGraph: ObjectDuplicateDelegate, ObjectCreateDelegate, ObjectDeleteDelegate
parent
2d0412d366
commit
3d1f43046d
|
@ -41,12 +41,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
public delegate void PhysicsCrash();
|
public delegate void PhysicsCrash();
|
||||||
|
|
||||||
public delegate void ObjectDuplicateDelegate(EntityBase original, EntityBase clone);
|
|
||||||
|
|
||||||
public delegate void ObjectCreateDelegate(EntityBase obj);
|
|
||||||
|
|
||||||
public delegate void ObjectDeleteDelegate(EntityBase obj);
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components
|
/// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components
|
||||||
/// should be migrated out over time.
|
/// should be migrated out over time.
|
||||||
|
|
Loading…
Reference in New Issue