diff options
author | Melanie | 2010-01-19 11:33:42 +0000 |
---|---|---|
committer | Melanie | 2010-01-19 11:33:42 +0000 |
commit | 5908b8ed7c273d239642a9d31e1844f9a2392e3d (patch) | |
tree | 72c71bf6501a5d963ab4ae801c5ade29f5cdcb42 /OpenSim/Framework | |
parent | Merge branch 'presence-refactor' of melanie@opensimulator.org:/var/git/opensi... (diff) | |
download | opensim-SC_OLD-5908b8ed7c273d239642a9d31e1844f9a2392e3d.zip opensim-SC_OLD-5908b8ed7c273d239642a9d31e1844f9a2392e3d.tar.gz opensim-SC_OLD-5908b8ed7c273d239642a9d31e1844f9a2392e3d.tar.bz2 opensim-SC_OLD-5908b8ed7c273d239642a9d31e1844f9a2392e3d.tar.xz |
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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/FriendListItem.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
39 | 39 | ||
40 | // These are what the friend gives the listowner permission to do | 40 | // These are what the friend gives the listowner permission to do |
41 | public uint FriendPerms; | 41 | public uint FriendPerms; |
42 | |||
43 | public bool onlinestatus = false; | ||
44 | } | 42 | } |
45 | } | 43 | } |