remove unused class
parent
295bc4cbeb
commit
7c219cc44c
|
@ -127,12 +127,10 @@ namespace OpenSim.Modules.DataValue
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
DataValueScriptFunctions _scriptFunktions = new DataValueScriptFunctions();
|
m_scriptModule.RegisterScriptInvocation(this, "osGetDataValue");
|
||||||
|
m_scriptModule.RegisterScriptInvocation(this, "osSetDataValue");
|
||||||
m_scriptModule.RegisterScriptInvocation(_scriptFunktions, "osGetDataValue");
|
m_scriptModule.RegisterScriptInvocation(this, "osDeleteDataValue");
|
||||||
m_scriptModule.RegisterScriptInvocation(_scriptFunktions, "osSetDataValue");
|
m_scriptModule.RegisterScriptInvocation(this, "osCheckDataValue");
|
||||||
m_scriptModule.RegisterScriptInvocation(_scriptFunktions, "osDeleteDataValue");
|
|
||||||
m_scriptModule.RegisterScriptInvocation(_scriptFunktions, "osCheckDataValue");
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue