diff options
author | Justin Clark-Casey (justincc) | 2011-11-15 17:38:55 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-15 17:38:55 +0000 |
commit | 20f26eeb17da708a58a26629e8e9b08a5e9a6950 (patch) | |
tree | 4951e3bc4837e3e9428405c88c6a1c12398b6c7a /OpenSim/Region/Framework | |
parent | remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n... (diff) | |
download | opensim-SC_OLD-20f26eeb17da708a58a26629e8e9b08a5e9a6950.zip opensim-SC_OLD-20f26eeb17da708a58a26629e8e9b08a5e9a6950.tar.gz opensim-SC_OLD-20f26eeb17da708a58a26629e8e9b08a5e9a6950.tar.bz2 opensim-SC_OLD-20f26eeb17da708a58a26629e8e9b08a5e9a6950.tar.xz |
Remove unused RegionCommsListener/IRegionCommsListener.
All this is now being handled through IEntityTransferModule and SimulationService instead, and has been for some time.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index ff45b1f..3d56f9b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -55,9 +55,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
55 | 55 | ||
56 | protected RegionInfo m_regionInfo; | 56 | protected RegionInfo m_regionInfo; |
57 | protected Scene m_scene; | 57 | protected Scene m_scene; |
58 | |||
59 | protected RegionCommsListener regionCommsHost; | ||
60 | |||
61 | protected List<UUID> m_agentsInTransit; | 58 | protected List<UUID> m_agentsInTransit; |
62 | 59 | ||
63 | /// <summary> | 60 | /// <summary> |