diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IUserData.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index f74c0db..ffde002 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs | |||
@@ -165,10 +165,7 @@ namespace OpenSim.Framework | |||
165 | 165 | ||
166 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); | 166 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); |
167 | 167 | ||
168 | 168 | void ResetAttachments(LLUUID userID); | |
169 | void AddAttachment(LLUUID user, LLUUID item); | ||
170 | void RemoveAttachment(LLUUID user, LLUUID item); | ||
171 | List<LLUUID> GetAttachments(LLUUID user); | ||
172 | } | 169 | } |
173 | 170 | ||
174 | public class UserDataInitialiser : PluginInitialiserBase | 171 | public class UserDataInitialiser : PluginInitialiserBase |