diff options
author | Justin Clark-Casey (justincc) | 2014-07-19 01:10:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-07-19 01:10:53 +0100 |
commit | 29d595083849c9de78fa66aee310fd77637f8a66 (patch) | |
tree | a8485669fa216085cf4a89902b0829e8d1b585d5 /OpenSim/Framework/RegionInfo.cs | |
parent | minor: Add meters unit to water height console display (diff) | |
download | opensim-SC-29d595083849c9de78fa66aee310fd77637f8a66.zip opensim-SC-29d595083849c9de78fa66aee310fd77637f8a66.tar.gz opensim-SC-29d595083849c9de78fa66aee310fd77637f8a66.tar.bz2 opensim-SC-29d595083849c9de78fa66aee310fd77637f8a66.tar.xz |
minor: remove long unused RegionInfo.commFailTF
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 1 |
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; |