minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-10 19:06:01 +00:00
parent 5d1d5a22a9
commit 0f22013ae4
7 changed files with 16 additions and 16 deletions

View File

@@ -34,10 +34,10 @@ namespace OpenSim.ScriptEngine.Components.DotNetEngine.Commands_OSSL
{
public class Commands_OSSL : IScriptEngineComponent
{
private RegionInfoStructure CurrentRegion;
//private RegionInfoStructure CurrentRegion;
public void Initialize(RegionInfoStructure currentRegion)
{
CurrentRegion = currentRegion;
//CurrentRegion = currentRegion;
}
}