diff options
author | Melanie Thielker | 2008-11-16 23:25:36 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-16 23:25:36 +0000 |
commit | 4d23d22fb16ecc58c53b535aca9af40dfa55b26e (patch) | |
tree | 99a9b30bc27765eb7c4737b5ce60d2566d36e66c /OpenSim/Framework | |
parent | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure (diff) | |
download | opensim-SC_OLD-4d23d22fb16ecc58c53b535aca9af40dfa55b26e.zip opensim-SC_OLD-4d23d22fb16ecc58c53b535aca9af40dfa55b26e.tar.gz opensim-SC_OLD-4d23d22fb16ecc58c53b535aca9af40dfa55b26e.tar.bz2 opensim-SC_OLD-4d23d22fb16ecc58c53b535aca9af40dfa55b26e.tar.xz |
Remove a redundant parameter
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index add177d..cf6a541 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -977,7 +977,7 @@ namespace OpenSim.Framework | |||
977 | 977 | ||
978 | void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success); | 978 | void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success); |
979 | 979 | ||
980 | void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success); | 980 | void SendLeaveGroupReply(UUID groupID, bool success); |
981 | 981 | ||
982 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 982 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
983 | 983 | ||