diff options
author | Justin Clarke Casey | 2008-07-06 15:38:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-06 15:38:39 +0000 |
commit | 238f2274e33d2bbfb20cc0639bd15aa42a043307 (patch) | |
tree | 03324e5828d1c8fc495c1a3d6bb1106357e8d11e /OpenSim/Region/Environment/Scenes | |
parent | Mantis#1677. Thank you, Melanie for a patch that: (diff) | |
download | opensim-SC_OLD-238f2274e33d2bbfb20cc0639bd15aa42a043307.zip opensim-SC_OLD-238f2274e33d2bbfb20cc0639bd15aa42a043307.tar.gz opensim-SC_OLD-238f2274e33d2bbfb20cc0639bd15aa42a043307.tar.bz2 opensim-SC_OLD-238f2274e33d2bbfb20cc0639bd15aa42a043307.tar.xz |
* refactor: archiver code clean up so that it's more readable for the next functionality addition
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs index 2db309a..da04bef 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.Inventory.cs | |||
@@ -50,7 +50,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
50 | /// </summary> | 50 | /// </summary> |
51 | protected uint m_inventorySerial = 0; | 51 | protected uint m_inventorySerial = 0; |
52 | 52 | ||
53 | |||
54 | /// <summary> | 53 | /// <summary> |
55 | /// Holds in memory prim inventory | 54 | /// Holds in memory prim inventory |
56 | /// </summary> | 55 | /// </summary> |