diff --git a/Lidgren.Network/NetPeer.LatencySimulation.cs b/Lidgren.Network/NetPeer.LatencySimulation.cs index 6e90b71..36518af 100644 --- a/Lidgren.Network/NetPeer.LatencySimulation.cs +++ b/Lidgren.Network/NetPeer.LatencySimulation.cs @@ -297,12 +297,6 @@ namespace Lidgren.Network private void FlushDelayedPackets() { } - - private void SendCallBack(IAsyncResult res) - { - NetException.Assert(res.IsCompleted == true); - m_socket.EndSendTo(res); - } #endif } } \ No newline at end of file