aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-17 19:00:02 +0000
committerUbitUmarov2019-03-17 19:00:02 +0000
commit9ccca71c1b13ed4e12c739774ca703cfafed5480 (patch)
treedf04ffa354159b2f75495f3f9b6ddd08ffa2006b /OpenSim/Framework/IClientAPI.cs
parentlludp: direct encode PacketAck, StartPingCheck and CompletePingCheck (diff)
downloadopensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.zip
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.gz
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.bz2
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.xz
remove redundant code
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index d63136e..63e3782 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1097,8 +1097,6 @@ namespace OpenSim.Framework
1097 1097
1098 void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures); 1098 void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures);
1099 1099
1100 void SendStartPingCheck(byte seq);
1101
1102 /// <summary> 1100 /// <summary>
1103 /// Tell the client that an object has been deleted 1101 /// Tell the client that an object has been deleted
1104 /// </summary> 1102 /// </summary>