diff options
author | Melanie | 2012-01-25 15:24:25 +0000 |
---|---|---|
committer | Melanie | 2012-01-25 15:24:25 +0000 |
commit | 2ca80add14477f3ce679e2fc7ae11ba4953cf60e (patch) | |
tree | 1883d782479623e08691b628223e6ea168f07627 /OpenSim/Region/Framework/Scenes | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-2ca80add14477f3ce679e2fc7ae11ba4953cf60e.zip opensim-SC-2ca80add14477f3ce679e2fc7ae11ba4953cf60e.tar.gz opensim-SC-2ca80add14477f3ce679e2fc7ae11ba4953cf60e.tar.bz2 opensim-SC-2ca80add14477f3ce679e2fc7ae11ba4953cf60e.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/Framework/Scenes/SceneGraph.cs
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index c4dd655..5e8227d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -41,18 +41,12 @@ namespace OpenSim.Region.Framework.Scenes | |||
41 | { | 41 | { |
42 | public delegate void PhysicsCrash(); | 42 | public delegate void PhysicsCrash(); |
43 | 43 | ||
44 | public delegate void ObjectDuplicateDelegate(EntityBase original, EntityBase clone); | ||
45 | |||
46 | public delegate void AttachToBackupDelegate(SceneObjectGroup sog); | 44 | public delegate void AttachToBackupDelegate(SceneObjectGroup sog); |
47 | 45 | ||
48 | public delegate void DetachFromBackupDelegate(SceneObjectGroup sog); | 46 | public delegate void DetachFromBackupDelegate(SceneObjectGroup sog); |
49 | 47 | ||
50 | public delegate void ChangedBackupDelegate(SceneObjectGroup sog); | 48 | public delegate void ChangedBackupDelegate(SceneObjectGroup sog); |
51 | 49 | ||
52 | public delegate void ObjectCreateDelegate(EntityBase obj); | ||
53 | |||
54 | public delegate void ObjectDeleteDelegate(EntityBase obj); | ||
55 | |||
56 | /// <summary> | 50 | /// <summary> |
57 | /// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components | 51 | /// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components |
58 | /// should be migrated out over time. | 52 | /// should be migrated out over time. |