diff options
author | Melanie | 2012-07-16 23:34:52 +0100 |
---|---|---|
committer | Melanie | 2012-07-16 23:34:52 +0100 |
commit | 8204976fb4365d83f9a52599923417804d27416a (patch) | |
tree | 1f41bc85780813a3bc8ef9d1efb81e2d495b7e07 /OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-8204976fb4365d83f9a52599923417804d27416a.zip opensim-SC-8204976fb4365d83f9a52599923417804d27416a.tar.gz opensim-SC-8204976fb4365d83f9a52599923417804d27416a.tar.bz2 opensim-SC-8204976fb4365d83f9a52599923417804d27416a.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IScriptModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 |
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> |