minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-10 19:06:01 +00:00
parent 5d1d5a22a9
commit 0f22013ae4
7 changed files with 16 additions and 16 deletions

View File

@@ -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()
{