aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-06 15:38:39 +0000
committerJustin Clarke Casey2008-07-06 15:38:39 +0000
commit238f2274e33d2bbfb20cc0639bd15aa42a043307 (patch)
tree03324e5828d1c8fc495c1a3d6bb1106357e8d11e /OpenSim/Region/Environment/Scenes
parentMantis#1677. Thank you, Melanie for a patch that: (diff)
downloadopensim-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.cs1
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>