aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authormingchen2008-05-23 15:12:15 +0000
committermingchen2008-05-23 15:12:15 +0000
commitd04443b4fe0fb3993b53086d95be97a766b409f6 (patch)
treed6989220bdb1aad7e49546108f9624227c3f07f8 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
parenti've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule. (diff)
downloadopensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.zip
opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.gz
opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.bz2
opensim-SC_OLD-d04443b4fe0fb3993b53086d95be97a766b409f6.tar.xz
*Refactor of the LandManagementModule that allows OpenSim to run without it
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index 35c563b..a99426a 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -601,7 +601,6 @@ namespace OpenSim.Region.Environment.Scenes
601 601
602 #endregion 602 #endregion
603 603
604 public event PrimCountTaintedDelegate OnPrimCountTainted;
605 604
606 public string ToXmlString() 605 public string ToXmlString()
607 { 606 {
@@ -1068,18 +1067,6 @@ namespace OpenSim.Region.Environment.Scenes
1068 #region Events 1067 #region Events
1069 1068
1070 /// <summary> 1069 /// <summary>
1071 ///
1072 /// </summary>
1073 public void TriggerTainted()
1074 {
1075 handlerPrimCountTainted = OnPrimCountTainted;
1076 if (handlerPrimCountTainted != null)
1077 {
1078 handlerPrimCountTainted();
1079 }
1080 }
1081
1082 /// <summary>
1083 /// Processes backup 1070 /// Processes backup
1084 /// </summary> 1071 /// </summary>
1085 /// <param name="datastore"></param> 1072 /// <param name="datastore"></param>