aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 1e1dfa8..f8be9ad 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -944,7 +944,6 @@ namespace OpenSim.Framework
944 void SetDebugPacketLevel(int newDebug); 944 void SetDebugPacketLevel(int newDebug);
945 945
946 void InPacket(object NewPack); 946 void InPacket(object NewPack);
947 void ProcessPendingPackets();
948 void ProcessInPacket(Packet NewPack); 947 void ProcessInPacket(Packet NewPack);
949 void Close(); 948 void Close();
950 void Close(bool sendStop); 949 void Close(bool sendStop);