* Remove warnings, including one which pointed out a bug

This commit is contained in:
Justin Clarke Casey
2008-10-13 20:45:13 +00:00
parent 97f4226666
commit 9d6f043a79
2 changed files with 1 additions and 2 deletions

View File

@@ -277,7 +277,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
Vector3 ZeroVector = new Vector3(0, 0, 0);
bool nameSearch = (ts.name != null && ts.name != "");
SceneObjectGroup group;
foreach (EntityBase ent in Entities)
{