diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 6d2d31fb80..3d4c4bbb0d 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -1320,19 +1320,7 @@ namespace OpenSim.Region.Environment.Scenes m_sceneGridService.Close(); } - public void NewIncomingGridSetting(ulong regionHandle, string key, string gvalue) - { - if (key == "allow_forceful_banlines") - { - if (gvalue == "FALSE") - { - MainLog.Instance.Verbose("INTERGRID", "Grid is disallowing forcefull banlines"); - //Ming, Do stuff here - } - } - - - } + /// ///