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/Shared.Script | |
parent | * Extend basic scene test to retrieve the object from the scene and match uuids (diff) | |
download | opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.zip opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.gz opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.bz2 opensim-SC_OLD-0f22013ae40e49412684903503005519144dc245.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/ScriptEngine/Shared.Script')
-rw-r--r-- | OpenSim/ScriptEngine/Shared.Script/ScriptBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Shared.Script/ScriptBase.cs b/OpenSim/ScriptEngine/Shared.Script/ScriptBase.cs index 1339a9e..ab7835d 100644 --- a/OpenSim/ScriptEngine/Shared.Script/ScriptBase.cs +++ b/OpenSim/ScriptEngine/Shared.Script/ScriptBase.cs | |||
@@ -55,7 +55,7 @@ namespace ScriptAssemblies | |||
55 | public delegate void ExecuteFunctionEventDelegate(string functionName, params object[] args); | 55 | public delegate void ExecuteFunctionEventDelegate(string functionName, params object[] args); |
56 | public event ExecuteFunctionEventDelegate OnExecuteFunction; | 56 | public event ExecuteFunctionEventDelegate OnExecuteFunction; |
57 | 57 | ||
58 | private List<ICommandProvider> CommandProviders = new List<ICommandProvider>(); | 58 | //private List<ICommandProvider> CommandProviders = new List<ICommandProvider>(); |
59 | 59 | ||
60 | public ScriptBase() | 60 | public ScriptBase() |
61 | { | 61 | { |