Minor. Remove unused integer arrays from TerrainModule

LSLKeyTest
AliciaRaven 2016-09-15 22:46:59 +01:00
parent 733782f214
commit 7c4c3f0d10
1 changed files with 0 additions and 2 deletions

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)