aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ScriptEngine/Shared.Script
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-10 19:06:01 +0000
committerJustin Clarke Casey2008-11-10 19:06:01 +0000
commit0f22013ae40e49412684903503005519144dc245 (patch)
treec8df0a1fec4c65cb3838bb88a8a7e90318276ffe /OpenSim/ScriptEngine/Shared.Script
parent* Extend basic scene test to retrieve the object from the scene and match uuids (diff)
downloadopensim-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.cs2
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 {