mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
minor: remove mono compiler warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user