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

@@ -259,7 +259,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osGetScriptEngineName();
string osGetSimulatorVersion();
Object osParseJSONNew(string JSON);
Hashtable osParseJSON(string JSON);
void osMessageObject(key objectUUID,string message);