From 29d595083849c9de78fa66aee310fd77637f8a66 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Sat, 19 Jul 2014 01:10:53 +0100 Subject: [PATCH] minor: remove long unused RegionInfo.commFailTF --- OpenSim/Framework/RegionInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 7ac94a04e7..8e2f57469f 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs @@ -101,7 +101,6 @@ namespace OpenSim.Framework private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static readonly string LogHeader = "[REGION INFO]"; - public bool commFailTF = false; public string RegionFile = String.Empty; public bool isSandbox = false; public bool Persistent = true;