From 202f990d2a6875ecfda8237d75b9738ab52a2d9c Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 2 Mar 2009 11:03:11 +0000 Subject: 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. --- .../ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation') diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index e008ff4..642b1f9 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs @@ -837,20 +837,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api return m_ScriptEngine.World.GetSimulatorVersion(); } - //for testing purposes only - public void osSetParcelMediaTime(double time) - { - // This gets very high because I have no idea what it does. - // If someone knows, please adjust. If it;s no longer needed, - // please remove. - //This sets the current time on a video. IE, it can be used to skip to a set time in the video. [MW] - CheckThreatLevel(ThreatLevel.VeryHigh, "osSetParcelMediaTime"); - - m_host.AddScriptLPS(1); - - World.ParcelMediaSetTime((float)time); - } - public Hashtable osParseJSON(string JSON) { CheckThreatLevel(ThreatLevel.None, "osParseJSON"); -- cgit v1.1