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/Tests/Common | |
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/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 36049a1..376465c 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1123,10 +1123,6 @@ namespace OpenSim.Tests.Common.Mock | |||
1123 | { | 1123 | { |
1124 | } | 1124 | } |
1125 | 1125 | ||
1126 | public void KillEndDone() | ||
1127 | { | ||
1128 | } | ||
1129 | |||
1130 | public void SendEventInfoReply (EventData info) | 1126 | public void SendEventInfoReply (EventData info) |
1131 | { | 1127 | { |
1132 | } | 1128 | } |