diff options
author | Justin Clark-Casey (justincc) | 2011-11-15 17:30:58 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-15 17:30:58 +0000 |
commit | 64784bc0cf194a3fae0168dd5f2d6fadc8a9235d (patch) | |
tree | 160fbd589c112ec1f43793a099e28e62fd57ce6b /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |
parent | Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr... (diff) | |
download | opensim-SC_OLD-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.zip opensim-SC_OLD-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.tar.gz opensim-SC_OLD-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.tar.bz2 opensim-SC_OLD-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.tar.xz |
remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is not being used any more - it's now IEntityTransferModule and SimulationService instead
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; |