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 f612d17..53693e4 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -1455,11 +1455,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1455 | m_commsProvider.LogOffUser(userid, regionid, regionhandle, posx, posy, posz); | 1455 | m_commsProvider.LogOffUser(userid, regionid, regionhandle, posx, posy, posz); |
1456 | } | 1456 | } |
1457 | 1457 | ||
1458 | public void ClearUserAgent(UUID avatarID) | ||
1459 | { | ||
1460 | m_commsProvider.UserService.ClearUserAgent(avatarID); | ||
1461 | } | ||
1462 | |||
1463 | public void AddNewUserFriend(UUID friendlistowner, UUID friend, uint perms) | 1458 | public void AddNewUserFriend(UUID friendlistowner, UUID friend, uint perms) |
1464 | { | 1459 | { |
1465 | m_commsProvider.AddNewUserFriend(friendlistowner, friend, perms); | 1460 | m_commsProvider.AddNewUserFriend(friendlistowner, friend, perms); |