Remove monocov and other obsolete nant build targets.

monocov was a code coverage attempt 3 years ago which no longer works.
other removed targets have been commented out or unused for a very long time
This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-16 22:58:58 +00:00
parent 2e4fbe6b17
commit 82ad9d4e04
5 changed files with 20 additions and 193 deletions

View File

@@ -1074,7 +1074,15 @@ namespace OpenSim.Framework
void SendWindData(Vector2[] windSpeeds);
void SendCloudData(float[] cloudCover);
/// <summary>
/// Sent when an agent completes its movement into a region.
/// </summary>
/// <remarks>
/// This packet marks completion of the arrival of a root avatar in a region, whether through login, region
/// crossing or direct teleport.
/// </remarks>
void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look);
void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint);
/// <summary>