From 5908b8ed7c273d239642a9d31e1844f9a2392e3d Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 19 Jan 2010 11:33:42 +0000 Subject: Change a member of the friendslist module to better reflect the client side data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list. --- OpenSim/Framework/FriendListItem.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Framework/FriendListItem.cs') diff --git a/OpenSim/Framework/FriendListItem.cs b/OpenSim/Framework/FriendListItem.cs index 39e2363..a02ec7f 100644 --- a/OpenSim/Framework/FriendListItem.cs +++ b/OpenSim/Framework/FriendListItem.cs @@ -39,7 +39,5 @@ namespace OpenSim.Framework // These are what the friend gives the listowner permission to do public uint FriendPerms; - - public bool onlinestatus = false; } } -- cgit v1.1