diff options
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 1d86646..2223aeb 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -776,21 +776,5 @@ namespace OpenSim.Region.Communications.OGS1 | |||
776 | // Return Empty list (no friends) | 776 | // Return Empty list (no friends) |
777 | } | 777 | } |
778 | } | 778 | } |
779 | |||
780 | public void AddAttachment(LLUUID user, LLUUID item) | ||
781 | { | ||
782 | return; | ||
783 | } | ||
784 | |||
785 | public void RemoveAttachment(LLUUID user, LLUUID item) | ||
786 | { | ||
787 | return; | ||
788 | } | ||
789 | |||
790 | public List<LLUUID> GetAttachments(LLUUID user) | ||
791 | { | ||
792 | return new List<LLUUID>(); | ||
793 | } | ||
794 | |||
795 | } | 779 | } |
796 | } | 780 | } |