diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScript.cs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 69e8021..ebe4028 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -313,7 +313,6 @@ namespace OpenSim | |||
313 | /// Execute the region creation process. This includes setting up scene infrastructure. | 313 | /// Execute the region creation process. This includes setting up scene infrastructure. |
314 | /// </summary> | 314 | /// </summary> |
315 | /// <param name="regionInfo"></param> | 315 | /// <param name="regionInfo"></param> |
316 | /// <param name="portadd_flag"></param> | ||
317 | /// <returns></returns> | 316 | /// <returns></returns> |
318 | public IClientNetworkServer CreateRegion(RegionInfo regionInfo) | 317 | public IClientNetworkServer CreateRegion(RegionInfo regionInfo) |
319 | { | 318 | { |
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScript.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScript.cs index 3f49422..50be0e7 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScript.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScript.cs | |||
@@ -26,10 +26,8 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections; | ||
30 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
31 | using OpenSim.Region.ScriptEngine.Interfaces; | 30 | using OpenSim.Region.ScriptEngine.Interfaces; |
32 | using OpenSim.Region.ScriptEngine.Shared.ScriptBase; | ||
33 | 31 | ||
34 | namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | 32 | namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase |
35 | { | 33 | { |