aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-07 20:24:09 +0000
committerJustin Clarke Casey2009-04-07 20:24:09 +0000
commitad7b005784cd44fe6db20db365f7723e23bdc51a (patch)
treefee6dd8bd163a2e0587866e202fc80b98c953e50 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
parent* Remove unnecessary build dependencies on the ExamplemoneyModule stub. (diff)
downloadopensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.zip
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.gz
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.bz2
opensim-SC_OLD-ad7b005784cd44fe6db20db365f7723e23bdc51a.tar.xz
* minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs23
1 files changed, 11 insertions, 12 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
index 54ae32a..3ca4095 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
@@ -91,18 +91,17 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
91 { 91 {
92 return m_OSSL_Functions.osWindActiveModelPluginName(); 92 return m_OSSL_Functions.osWindActiveModelPluginName();
93 } 93 }
94 94
95 void osWindParamSet(string plugin, string param, float value) 95// Not yet plugged in as available OSSL functions, so commented out
96 { 96// void osWindParamSet(string plugin, string param, float value)
97 m_OSSL_Functions.osWindParamSet(plugin, param, value); 97// {
98 } 98// m_OSSL_Functions.osWindParamSet(plugin, param, value);
99 99// }
100 float osWindParamGet(string plugin, string param) 100//
101 { 101// float osWindParamGet(string plugin, string param)
102 return m_OSSL_Functions.osWindParamGet(plugin, param); 102// {
103 } 103// return m_OSSL_Functions.osWindParamGet(plugin, param);
104 104// }
105
106 105
107 public double osList2Double(LSL_Types.list src, int index) 106 public double osList2Double(LSL_Types.list src, int index)
108 { 107 {