RemoveScene() public method

Can be called from other modules.
public RemoveScene ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void
 public void RemoveRegion(Scene scene)
 {
     if (m_enabled)
     {
         m_localBackend.RemoveScene(scene);
         scene.UnregisterModuleInterface <ISimulationService>(this);
     }
 }