diff options
author | Justin Clark-Casey (justincc) | 2013-03-13 23:25:56 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-13 23:25:56 +0000 |
commit | 48d41ef3076eb4c2a8c4a67d811630ab7b498469 (patch) | |
tree | 043d5b449b811c8b35d9331ec72cd12a85aa013f /OpenSim/Region | |
parent | minor: Remove some mono compiler warnings in OpenSim.Framework.dll (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 1 |
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 |