diff options
author | Justin Clark-Casey (justincc) | 2012-06-13 23:42:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-13 23:42:22 +0100 |
commit | cf080a68d657e082dd61dacc24ffd17240154e90 (patch) | |
tree | 520167c9252e11883dc705516bf45d31c0f84bb4 /OpenSim/Framework | |
parent | Add ObjectUpdate as one of the packets that can be screened out when setting ... (diff) | |
download | opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.zip opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.gz opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.bz2 opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.xz |
Remove long obsolete and unused IClientAPI.KillEndDone()
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2ea6de5..4cc2e2c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1414,8 +1414,6 @@ namespace OpenSim.Framework | |||
1414 | 1414 | ||
1415 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); | 1415 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); |
1416 | 1416 | ||
1417 | void KillEndDone(); | ||
1418 | |||
1419 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); | 1417 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); |
1420 | 1418 | ||
1421 | void SendRebakeAvatarTextures(UUID textureID); | 1419 | void SendRebakeAvatarTextures(UUID textureID); |