aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-13 23:25:56 +0000
committerJustin Clark-Casey (justincc)2013-03-13 23:25:56 +0000
commit48d41ef3076eb4c2a8c4a67d811630ab7b498469 (patch)
tree043d5b449b811c8b35d9331ec72cd12a85aa013f /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentminor: Remove some mono compiler warnings in OpenSim.Framework.dll (diff)
downloadopensim-SC_OLD-48d41ef3076eb4c2a8c4a67d811630ab7b498469.zip
opensim-SC_OLD-48d41ef3076eb4c2a8c4a67d811630ab7b498469.tar.gz
opensim-SC_OLD-48d41ef3076eb4c2a8c4a67d811630ab7b498469.tar.bz2
opensim-SC_OLD-48d41ef3076eb4c2a8c4a67d811630ab7b498469.tar.xz
Remove unnecessary instation of DOMap() in SOP from commit 5c53660 since this is being done lazily
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index ee7c4f4..a8b63fe 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -369,7 +369,6 @@ namespace OpenSim.Region.Framework.Scenes
369 Rezzed = DateTime.UtcNow; 369 Rezzed = DateTime.UtcNow;
370 Description = String.Empty; 370 Description = String.Empty;
371 DynAttrs = new DAMap(); 371 DynAttrs = new DAMap();
372 DynObjs = new DOMap();
373 372
374 // Prims currently only contain a single folder (Contents). From looking at the Second Life protocol, 373 // Prims currently only contain a single folder (Contents). From looking at the Second Life protocol,
375 // this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from 374 // this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from