From 87fe96ae2c48216d006a02ef22392f0838fba17f Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 26 Mar 2010 00:10:29 +0000 Subject: replace recent IModule.GetGroup() with better GetGroupRecord(string name) --- OpenSim/Framework/GroupData.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Framework/GroupData.cs') diff --git a/OpenSim/Framework/GroupData.cs b/OpenSim/Framework/GroupData.cs index e3b8626..815946c 100644 --- a/OpenSim/Framework/GroupData.cs +++ b/OpenSim/Framework/GroupData.cs @@ -48,7 +48,6 @@ namespace OpenSim.Framework public class GroupMembershipData { // Group base data - // public UUID GroupID; public string GroupName; public bool AllowPublish = true; @@ -61,7 +60,6 @@ namespace OpenSim.Framework public bool ShowInList = true; // Per user data - // public bool AcceptNotices = true; public int Contribution = 0; public ulong GroupPowers = 0; -- cgit v1.1