From 4db232763f578048c3339e6a60fe801cc3853b3d Mon Sep 17 00:00:00 2001
From: MW
Date: Wed, 25 Feb 2009 18:33:15 +0000
Subject: More refactoring of the Grid, User and Messaging servers.
---
OpenSim/Framework/Communications/IUserService.cs | 12 ------------
1 file changed, 12 deletions(-)
(limited to 'OpenSim/Framework')
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs
index 206fb1e..0846024 100644
--- a/OpenSim/Framework/Communications/IUserService.cs
+++ b/OpenSim/Framework/Communications/IUserService.cs
@@ -114,17 +114,5 @@ namespace OpenSim.Framework.Communications
///
/// The agent that we're retreiving the friends Data.
List GetUserFriendList(UUID friendlistowner);
-
- ///
- /// Get's the User Appearance
- // AvatarAppearance GetUserAppearance(UUID user);
-
- // void UpdateUserAppearance(UUID user, AvatarAppearance appearance);
-
- // void AddAttachment(UUID user, UUID attach);
-
- // void RemoveAttachment(UUID user, UUID attach);
-
- // List GetAttachments(UUID user);
}
}
--
cgit v1.1