minor: remove some mono compiler warnings from EntityTransferModule
parent
03e421bf3d
commit
feffc8081d
|
@ -1938,11 +1938,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||||
Scene pScene = avatar.Scene;
|
Scene pScene = avatar.Scene;
|
||||||
RegionInfo m_regionInfo = pScene.RegionInfo;
|
RegionInfo m_regionInfo = pScene.RegionInfo;
|
||||||
|
|
||||||
Border[] northBorders = pScene.NorthBorders.ToArray();
|
|
||||||
Border[] southBorders = pScene.SouthBorders.ToArray();
|
|
||||||
Border[] eastBorders = pScene.EastBorders.ToArray();
|
|
||||||
Border[] westBorders = pScene.WestBorders.ToArray();
|
|
||||||
|
|
||||||
// Leaving this as a "megaregions" computation vs "non-megaregions" computation; it isn't
|
// Leaving this as a "megaregions" computation vs "non-megaregions" computation; it isn't
|
||||||
// clear what should be done with a "far view" given that megaregions already extended the
|
// clear what should be done with a "far view" given that megaregions already extended the
|
||||||
// view to include everything in the megaregion
|
// view to include everything in the megaregion
|
||||||
|
|
Loading…
Reference in New Issue