diff options
author | UbitUmarov | 2018-11-18 19:40:51 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-18 19:40:51 +0000 |
commit | ba87ba9c473ecde05bdedd8d14d02aaa3675696b (patch) | |
tree | 232f68ce2fa5ddc59a12df9b66585ec11e3d13a2 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |
parent | typos (diff) | |
download | opensim-SC-ba87ba9c473ecde05bdedd8d14d02aaa3675696b.zip opensim-SC-ba87ba9c473ecde05bdedd8d14d02aaa3675696b.tar.gz opensim-SC-ba87ba9c473ecde05bdedd8d14d02aaa3675696b.tar.bz2 opensim-SC-ba87ba9c473ecde05bdedd8d14d02aaa3675696b.tar.xz |
remove odd ossl function
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index fc7b237..2487a21 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | |||
@@ -244,8 +244,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
244 | vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize); | 244 | vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize); |
245 | void osSetStateEvents(int events); | 245 | void osSetStateEvents(int events); |
246 | 246 | ||
247 | double osList2Double(LSL_Types.list src, int index); | ||
248 | |||
249 | void osSetRegionWaterHeight(double height); | 247 | void osSetRegionWaterHeight(double height); |
250 | void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour); | 248 | void osSetRegionSunSettings(bool useEstateSun, bool sunFixed, double sunHour); |
251 | void osSetEstateSunSettings(bool sunFixed, double sunHour); | 249 | void osSetEstateSunSettings(bool sunFixed, double sunHour); |