From 6b60f3cce5b9dc8c005c9fdb53731dc4e3e45ee8 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Fri, 8 Jan 2010 20:31:29 -0800 Subject: A few more inches... Old friends things removed. Less references to UserProfileService. --- .../Framework/Scenes/SceneCommunicationService.cs | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs') diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 53693e4..8b14f61 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs @@ -1455,25 +1455,6 @@ namespace OpenSim.Region.Framework.Scenes m_commsProvider.LogOffUser(userid, regionid, regionhandle, posx, posy, posz); } - public void AddNewUserFriend(UUID friendlistowner, UUID friend, uint perms) - { - m_commsProvider.AddNewUserFriend(friendlistowner, friend, perms); - } - - public void UpdateUserFriendPerms(UUID friendlistowner, UUID friend, uint perms) - { - m_commsProvider.UpdateUserFriendPerms(friendlistowner, friend, perms); - } - - public void RemoveUserFriend(UUID friendlistowner, UUID friend) - { - m_commsProvider.RemoveUserFriend(friendlistowner, friend); - } - - public List GetUserFriendList(UUID friendlistowner) - { - return m_commsProvider.GetUserFriendList(friendlistowner); - } public List GenerateAgentPickerRequestResponse(UUID queryID, string query) { -- cgit v1.1