* minor: remove warnings

This commit is contained in:
Justin Clarke Casey
2008-09-26 15:28:14 +00:00
parent 4b78aa50e6
commit 97323345ee
10 changed files with 18 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ namespace OpenSim.Region.ScriptEngine.Common
private Executor m_Exec;
private string m_state = "default";
//private string m_state = "default";
public void state(string newState)
{