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/CoreModules/Avatar/Friends/FriendsModule.cs | |
parent | Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr... (diff) | |
download | opensim-SC-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.zip opensim-SC-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.tar.gz opensim-SC-64784bc0cf194a3fae0168dd5f2d6fadc8a9235d.tar.bz2 opensim-SC-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/CoreModules/Avatar/Friends/FriendsModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs index 5721f33..21640cf 100644 --- a/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | |||
@@ -262,7 +262,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends | |||
262 | CacheFriends(client); | 262 | CacheFriends(client); |
263 | } | 263 | } |
264 | 264 | ||
265 | |||
266 | /// <summary> | 265 | /// <summary> |
267 | /// Cache the friends list or increment the refcount for the existing friends list. | 266 | /// Cache the friends list or increment the refcount for the existing friends list. |
268 | /// </summary> | 267 | /// </summary> |