diff options
Diffstat (limited to '')
-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 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> |