aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs
diff options
context:
space:
mode:
authorlbsa712007-07-16 18:37:31 +0000
committerlbsa712007-07-16 18:37:31 +0000
commite6dea73d1f7bdc954b250b8cb03370264e11f635 (patch)
tree80ae7559bfb854961d2161115da790d425dad9eb /OpenSim/Region/ClientStack/RegionApplicationBase.cs
parent* working on RegionApplicationBase (diff)
downloadopensim-SC_OLD-e6dea73d1f7bdc954b250b8cb03370264e11f635.zip
opensim-SC_OLD-e6dea73d1f7bdc954b250b8cb03370264e11f635.tar.gz
opensim-SC_OLD-e6dea73d1f7bdc954b250b8cb03370264e11f635.tar.bz2
opensim-SC_OLD-e6dea73d1f7bdc954b250b8cb03370264e11f635.tar.xz
* Removed some superfluous assigns
* Moved physics plugin scene creation into local scope
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/RegionApplicationBase.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs
index b67fdfa..adf30bc 100644
--- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs
+++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs
@@ -42,7 +42,6 @@ namespace OpenSim.Region.ClientStack
42{ 42{
43 public class RegionApplicationBase 43 public class RegionApplicationBase
44 { 44 {
45 protected PhysicsPluginManager m_physicsManager;
46 protected AssetCache AssetCache; 45 protected AssetCache AssetCache;
47 protected InventoryCache InventoryCache; 46 protected InventoryCache InventoryCache;
48 protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>(); 47 protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>();