diff options
author | Justin Clark-Casey (justincc) | 2014-07-19 01:10:53 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:55:04 +0100 |
commit | ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98 (patch) | |
tree | d517ebede652d9518a776ff976b41431f5981e83 | |
parent | refactor: slightly adjust some code in ODECharacter.Move() to eliminate a con... (diff) | |
download | opensim-SC-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.zip opensim-SC-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.gz opensim-SC-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.bz2 opensim-SC-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.xz |
minor: remove long unused RegionInfo.commFailTF
-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; |