remove odd ossl function

This commit is contained in:
UbitUmarov
2018-11-18 19:40:51 +00:00
parent 9be4663d3c
commit ba87ba9c47
3 changed files with 0 additions and 27 deletions

View File

@@ -136,11 +136,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_OSSL_Functions.osParcelSetDetails(pos,rules);
}
public double osList2Double(LSL_Types.list src, int index)
{
return m_OSSL_Functions.osList2Double(src, index);
}
public string osSetDynamicTextureURL(string dynamicID, string contentType, string url, string extraParams,
int timer)
{