aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-19 01:10:53 +0100
committerJustin Clark-Casey (justincc)2014-07-19 01:10:53 +0100
commit29d595083849c9de78fa66aee310fd77637f8a66 (patch)
treea8485669fa216085cf4a89902b0829e8d1b585d5 /OpenSim/Framework
parentminor: Add meters unit to water height console display (diff)
downloadopensim-SC_OLD-29d595083849c9de78fa66aee310fd77637f8a66.zip
opensim-SC_OLD-29d595083849c9de78fa66aee310fd77637f8a66.tar.gz
opensim-SC_OLD-29d595083849c9de78fa66aee310fd77637f8a66.tar.bz2
opensim-SC_OLD-29d595083849c9de78fa66aee310fd77637f8a66.tar.xz
minor: remove long unused RegionInfo.commFailTF
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/RegionInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs
index 7ac94a0..8e2f574 100644
--- a/OpenSim/Framework/RegionInfo.cs
+++ b/OpenSim/Framework/RegionInfo.cs
@@ -101,7 +101,6 @@ namespace OpenSim.Framework
101 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 101 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
102 private static readonly string LogHeader = "[REGION INFO]"; 102 private static readonly string LogHeader = "[REGION INFO]";
103 103
104 public bool commFailTF = false;
105 public string RegionFile = String.Empty; 104 public string RegionFile = String.Empty;
106 public bool isSandbox = false; 105 public bool isSandbox = false;
107 public bool Persistent = true; 106 public bool Persistent = true;