Minor. Remove unused integer arrays from TerrainModule

This commit is contained in:
AliciaRaven
2016-09-15 22:46:59 +01:00
parent 733782f214
commit 7c4c3f0d10

View File

@@ -1122,8 +1122,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain
}
*/
int[] xPieces = new int[toSend.Count];
int[] yPieces = new int[toSend.Count];
float[] patchPieces = new float[toSend.Count * 2];
int pieceIndex = 0;
foreach (PatchesToSend pts in toSend)