Remove a redundant parameter

This commit is contained in:
Melanie Thielker
2008-11-16 23:25:36 +00:00
parent 5e2e05a1c1
commit 4d23d22fb1
4 changed files with 5 additions and 5 deletions

View File

@@ -978,7 +978,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success)
public void SendLeaveGroupReply(UUID groupID, bool success)
{
}