diff options
author | Justin Clarke Casey | 2008-11-10 19:06:01 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-10 19:06:01 +0000 |
commit | 0f22013ae40e49412684903503005519144dc245 (patch) | |
tree | c8df0a1fec4c65cb3838bb88a8a7e90318276ffe /OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs | |
parent | * Extend basic scene test to retrieve the object from the scene and match uuids (diff) | |
download | opensim-SC-0f22013ae40e49412684903503005519144dc245.zip opensim-SC-0f22013ae40e49412684903503005519144dc245.tar.gz opensim-SC-0f22013ae40e49412684903503005519144dc245.tar.bz2 opensim-SC-0f22013ae40e49412684903503005519144dc245.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs')
-rw-r--r-- | OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Commands_OSSL.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
34 | { | 34 | { |
35 | public class Commands_OSSL : IScriptEngineComponent | 35 | public class Commands_OSSL : IScriptEngineComponent |
36 | { | 36 | { |
37 | private RegionInfoStructure CurrentRegion; | 37 | //private RegionInfoStructure CurrentRegion; |
38 | public void Initialize(RegionInfoStructure currentRegion) | 38 | public void Initialize(RegionInfoStructure currentRegion) |
39 | { | 39 | { |
40 | CurrentRegion = currentRegion; | 40 | //CurrentRegion = currentRegion; |
41 | } | 41 | } |
42 | 42 | ||
43 | } | 43 | } |