diff options
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/IAvatarService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/IAvatarService.cs b/OpenSim/Framework/Communications/IAvatarService.cs index 0e4a349..6c033e1 100644 --- a/OpenSim/Framework/Communications/IAvatarService.cs +++ b/OpenSim/Framework/Communications/IAvatarService.cs | |||
@@ -39,10 +39,5 @@ namespace OpenSim.Framework.Communications | |||
39 | 39 | ||
40 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); | 40 | void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance); |
41 | 41 | ||
42 | void AddAttachment(LLUUID user, LLUUID attach); | ||
43 | |||
44 | void RemoveAttachment(LLUUID user, LLUUID attach); | ||
45 | |||
46 | List<LLUUID> GetAttachments(LLUUID user); | ||
47 | } | 42 | } |
48 | } | 43 | } |