diff options
After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off OsSetParcelMediaTime, which was only ever added for testing. And all the logic code of it has been commented out for a long time.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index c3c5cec..6eccf51 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -99,7 +99,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
99 | 99 | ||
100 | string osGetScriptEngineName(); | 100 | string osGetScriptEngineName(); |
101 | string osGetSimulatorVersion(); | 101 | string osGetSimulatorVersion(); |
102 | void osSetParcelMediaTime(double time); | ||
103 | Hashtable osParseJSON(string JSON); | 102 | Hashtable osParseJSON(string JSON); |
104 | 103 | ||
105 | void osMessageObject(key objectUUID,string message); | 104 | void osMessageObject(key objectUUID,string message); |