diff options
Diffstat (limited to 'OpenSim/Framework/Communications/IUserService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IUserService.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs index 178b5a0..ecbbd32 100644 --- a/OpenSim/Framework/Communications/IUserService.cs +++ b/OpenSim/Framework/Communications/IUserService.cs | |||
@@ -115,14 +115,6 @@ namespace OpenSim.Framework.Communications | |||
115 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); | 115 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); |
116 | 116 | ||
117 | /// <summary> | 117 | /// <summary> |
118 | /// Updates the current region the User is in | ||
119 | /// </summary> | ||
120 | /// <param name="avatarid">User Region the Avatar is IN</param> | ||
121 | /// <param name="regionuuid">User Region the Avatar is IN</param> | ||
122 | /// <param name="regionhandle">User region handle</param> | ||
123 | void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle); | ||
124 | |||
125 | /// <summary> | ||
126 | /// Get's the User Appearance | 118 | /// Get's the User Appearance |
127 | // AvatarAppearance GetUserAppearance(UUID user); | 119 | // AvatarAppearance GetUserAppearance(UUID user); |
128 | 120 | ||