mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
minor: remove mono compiler warnings
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ScriptAssemblies
|
||||
public delegate void ExecuteFunctionEventDelegate(string functionName, params object[] args);
|
||||
public event ExecuteFunctionEventDelegate OnExecuteFunction;
|
||||
|
||||
private List<ICommandProvider> CommandProviders = new List<ICommandProvider>();
|
||||
//private List<ICommandProvider> CommandProviders = new List<ICommandProvider>();
|
||||
|
||||
public ScriptBase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user