aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-19 01:10:53 +0100
committerJustin Clark-Casey2014-08-02 00:55:04 +0100
commitff88d371d2f2c4499bd90d56a0fa71cafaa7fd98 (patch)
treed517ebede652d9518a776ff976b41431f5981e83 /OpenSim
parentrefactor: slightly adjust some code in ODECharacter.Move() to eliminate a con... (diff)
downloadopensim-SC_OLD-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.zip
opensim-SC_OLD-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.gz
opensim-SC_OLD-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.bz2
opensim-SC_OLD-ff88d371d2f2c4499bd90d56a0fa71cafaa7fd98.tar.xz
minor: remove long unused RegionInfo.commFailTF
Diffstat (limited to 'OpenSim')
-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;