Remove unnecessary instation of DOMap() in SOP from commit 5c53660 since this is being done lazily

user_profiles
Justin Clark-Casey (justincc) 2013-03-13 23:25:56 +00:00
parent 39a0928052
commit 48d41ef307
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ namespace OpenSim.Region.Framework.Scenes
Rezzed = DateTime.UtcNow; Rezzed = DateTime.UtcNow;
Description = String.Empty; Description = String.Empty;
DynAttrs = new DAMap(); DynAttrs = new DAMap();
DynObjs = new DOMap();
// Prims currently only contain a single folder (Contents). From looking at the Second Life protocol, // Prims currently only contain a single folder (Contents). From looking at the Second Life protocol,
// this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from // this appears to have the same UUID (!) as the prim. If this isn't the case, one can't drag items from