diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 9631a46..34c240a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1109,9 +1109,8 @@ namespace OpenSim.Framework | |||
1109 | /// <summary> | 1109 | /// <summary> |
1110 | /// Tell the client that an object has been deleted | 1110 | /// Tell the client that an object has been deleted |
1111 | /// </summary> | 1111 | /// </summary> |
1112 | /// <param name="regionHandle"></param> | ||
1113 | /// <param name="localID"></param> | 1112 | /// <param name="localID"></param> |
1114 | void SendKillObject(ulong regionHandle, List<uint> localID); | 1113 | void SendKillObject(List<uint> localID); |
1115 | 1114 | ||
1116 | void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs); | 1115 | void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs); |
1117 | void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args); | 1116 | void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args); |