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

@@ -977,7 +977,7 @@ namespace OpenSim.Framework
void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success);
void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success);
void SendLeaveGroupReply(UUID groupID, bool success);
void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia);