aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneBase.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs
index b0ec352..ace1788 100644
--- a/OpenSim/Region/Environment/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs
@@ -45,7 +45,6 @@ namespace OpenSim.Region.Environment.Scenes
45 get { return m_clientManager; } 45 get { return m_clientManager; }
46 } 46 }
47 47
48 // public Dictionary<LLUUID, EntityBase> Entities;
49 protected ulong m_regionHandle; 48 protected ulong m_regionHandle;
50 protected string m_regionName; 49 protected string m_regionName;
51 protected RegionInfo m_regInfo; 50 protected RegionInfo m_regInfo;
@@ -66,7 +65,6 @@ namespace OpenSim.Region.Environment.Scenes
66 65
67 protected string m_datastore; 66 protected string m_datastore;
68 67
69 protected object m_syncRoot = new object();
70 private uint m_nextLocalId = 8880000; 68 private uint m_nextLocalId = 8880000;
71 private AssetCache m_assetCache; 69 private AssetCache m_assetCache;
72 70
@@ -132,11 +130,6 @@ namespace OpenSim.Region.Environment.Scenes
132 get { return m_regInfo; } 130 get { return m_regInfo; }
133 } 131 }
134 132
135 public object SyncRoot
136 {
137 get { return m_syncRoot; }
138 }
139
140 public uint NextLocalId 133 public uint NextLocalId
141 { 134 {
142 get { return m_nextLocalId++; } 135 get { return m_nextLocalId++; }