diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index eccce89..ff45b1f 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -61,11 +61,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
61 | protected List<UUID> m_agentsInTransit; | 61 | protected List<UUID> m_agentsInTransit; |
62 | 62 | ||
63 | /// <summary> | 63 | /// <summary> |
64 | /// An agent is crossing into this region | ||
65 | /// </summary> | ||
66 | public event AgentCrossing OnAvatarCrossingIntoRegion; | ||
67 | |||
68 | /// <summary> | ||
69 | /// A user will arrive shortly, set up appropriate credentials so it can connect | 64 | /// A user will arrive shortly, set up appropriate credentials so it can connect |
70 | /// </summary> | 65 | /// </summary> |
71 | // public event ExpectUserDelegate OnExpectUser; | 66 | // public event ExpectUserDelegate OnExpectUser; |