Remove typo version of ReplaceableInterface property from RegionCombinerModule.

This commit is contained in:
Jeff Ames
2009-08-31 14:16:16 +09:00
parent d2eba2cf22
commit bbef5c344e
2 changed files with 1 additions and 3 deletions

View File

@@ -20,8 +20,6 @@ namespace OpenSim.Region.CoreModules.World.Land
get { return null; }
}
public Type ReplacableInterface { get { return null; } }
private Dictionary<UUID, RegionConnections> m_regions = new Dictionary<UUID, RegionConnections>();
private bool enabledYN = false;
public void Initialise(IConfigSource source)