Remove osParseJSONNew because it's "object" return type is not useful for LSL

This commit is contained in:
root
2013-02-25 23:01:03 +01:00
parent da2b598484
commit d7c742a5f9
3 changed files with 1 additions and 7 deletions

View File

@@ -1619,7 +1619,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
}
public Object osParseJSONNew(string JSON)
private Object osParseJSONNew(string JSON)
{
CheckThreatLevel(ThreatLevel.None, "osParseJSONNew");