From 7cf9ddaa48b40e845a9317f1cf07f929d3c231b3 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 25 Aug 2012 21:59:13 +0000 Subject: cSocket doesn't use cPackets. git-svn-id: http://mc-server.googlecode.com/svn/trunk@790 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cSocketThreads.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/cSocketThreads.h') diff --git a/source/cSocketThreads.h b/source/cSocketThreads.h index 682b0d5c4..c90a4ede3 100644 --- a/source/cSocketThreads.h +++ b/source/cSocketThreads.h @@ -148,8 +148,6 @@ private: virtual void Execute(void) override; - void AddOrUpdatePacket(int a_Slot, cPacket * a_Packet); // Adds the packet to the specified slot, or updates an existing packet in that queue (EntityMoveLook filtering) - void PrepareSet (fd_set * a_Set, cSocket::xSocket & a_Highest); // Puts all sockets into the set, along with m_ControlSocket1 void ReadFromSockets(fd_set * a_Read); // Reads from sockets indicated in a_Read void WriteToSockets (fd_set * a_Write); // Writes to sockets indicated in a_Write -- cgit v1.2.3