diff options
Diffstat (limited to 'OpenSim/Framework/IRegionLoader.cs')
-rw-r--r-- | OpenSim/Framework/IRegionLoader.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Framework/IRegionLoader.cs b/OpenSim/Framework/IRegionLoader.cs index fe74737..f3e0a23 100644 --- a/OpenSim/Framework/IRegionLoader.cs +++ b/OpenSim/Framework/IRegionLoader.cs | |||
@@ -26,11 +26,8 @@ | |||
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | using System; | ||
30 | using System.Collections.Generic; | ||
31 | using System.Text; | ||
32 | using OpenSim.Framework; | ||
33 | using Nini.Config; | 29 | using Nini.Config; |
30 | |||
34 | namespace OpenSim.Framework | 31 | namespace OpenSim.Framework |
35 | { | 32 | { |
36 | public interface IRegionLoader | 33 | public interface IRegionLoader |
@@ -38,4 +35,4 @@ namespace OpenSim.Framework | |||
38 | void SetIniConfigSource(IniConfigSource configSource); | 35 | void SetIniConfigSource(IniConfigSource configSource); |
39 | RegionInfo[] LoadRegions(); | 36 | RegionInfo[] LoadRegions(); |
40 | } | 37 | } |
41 | } | 38 | } \ No newline at end of file |