* Removed a bunch of compiler warnings.

This commit is contained in:
Adam Frisby
2008-03-03 09:54:39 +00:00
parent 794deeeb85
commit 415fc22e5e
11 changed files with 8 additions and 11 deletions

View File

@@ -77,7 +77,6 @@ namespace OpenSim.Region.Environment.Modules.Terrain.PaintBrushes
int x, y;
double[,] tweak = new double[map.Width, map.Height];
double n, l;
double area = strength;
double step = strength / 4.0;