From 0f22013ae40e49412684903503005519144dc245 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 10 Nov 2008 19:06:01 +0000 Subject: minor: remove mono compiler warnings --- .../Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs') diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs index 6b5dc14..86eab09 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs @@ -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; } } -- cgit v1.1