diff options
author | UbitUmarov | 2012-07-17 01:40:27 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-17 01:40:27 +0100 |
commit | 2b2dbec176ee9c6918b24640cbe1299e5fb6687a (patch) | |
tree | ec309403fa6c891abf2c505abb45c3605c4154e0 /OpenSim/Region/Framework/Interfaces | |
parent | Merge branch 'avination' into ubitwork (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.zip opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.gz opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.bz2 opensim-SC-2b2dbec176ee9c6918b24640cbe1299e5fb6687a.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-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> |