aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-17 00:02:45 +0100
committerJustin Clark-Casey (justincc)2012-07-17 00:02:45 +0100
commitb0facd147a229fb16b271da19aaa1ff9cf308db2 (patch)
treee264811564bcb4c054370cab8d4b3c18b01a8a8e /OpenSim/Region/Framework/Interfaces/IScriptModule.cs
parentStop sending the viewer an inventory create message if a known attachment ite... (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-b0facd147a229fb16b271da19aaa1ff9cf308db2.zip
opensim-SC_OLD-b0facd147a229fb16b271da19aaa1ff9cf308db2.tar.gz
opensim-SC_OLD-b0facd147a229fb16b271da19aaa1ff9cf308db2.tar.bz2
opensim-SC_OLD-b0facd147a229fb16b271da19aaa1ff9cf308db2.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IScriptModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScriptModule.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
index 42dbedc..143af48 100644
--- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
@@ -77,8 +77,6 @@ namespace OpenSim.Region.Framework.Interfaces
77 /// <param name="itemID">The item ID of the script.</param> 77 /// <param name="itemID">The item ID of the script.</param>
78 bool GetScriptState(UUID itemID); 78 bool GetScriptState(UUID itemID);
79 79
80 void SetRunEnable(UUID instanceID, bool enable);
81
82 void SaveAllState(); 80 void SaveAllState();
83 81
84 /// <summary> 82 /// <summary>