diff options
author | Justin Clark-Casey (justincc) | 2012-01-25 21:26:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-25 21:26:34 +0000 |
commit | 2e7c1bcfd9b256c6041776f3a7aac1b62edc867b (patch) | |
tree | db09574e83ed6ae2cebc43150570da32d5c646a3 /OpenSim/Region/Framework | |
parent | minor: stop the WebStatsModule logging UPDATE or INSERT every time it updates... (diff) | |
parent | llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... (diff) | |
download | opensim-SC-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.zip opensim-SC-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.gz opensim-SC-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.bz2 opensim-SC-2e7c1bcfd9b256c6041776f3a7aac1b62edc867b.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework')
-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 1af8346..7f18140 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -41,12 +41,6 @@ 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 ObjectCreateDelegate(EntityBase obj); | ||
47 | |||
48 | public delegate void ObjectDeleteDelegate(EntityBase obj); | ||
49 | |||
50 | /// <summary> | 44 | /// <summary> |
51 | /// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components | 45 | /// This class used to be called InnerScene and may not yet truly be a SceneGraph. The non scene graph components |
52 | /// should be migrated out over time. | 46 | /// should be migrated out over time. |