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.

This commit is contained in:
MW
2009-03-02 11:03:11 +00:00
parent aae39f9e3e
commit 202f990d2a
4 changed files with 0 additions and 40 deletions

View File

@@ -238,13 +238,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
return m_OSSL_Functions.osGetSimulatorVersion();
}
//for testing purposes only
public void osSetParcelMediaTime(double time)
{
m_OSSL_Functions.osSetParcelMediaTime(time);
}
public Hashtable osParseJSON(string JSON)
{