summaryrefslogtreecommitdiffstats
path: root/source/cSocketThreads.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-25 23:59:13 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-25 23:59:13 +0200
commit7cf9ddaa48b40e845a9317f1cf07f929d3c231b3 (patch)
tree21d1fd080fd0e653c9acb31bd0b37a2535ade583 /source/cSocketThreads.h
parentcWorld doesn't use cPackets. (diff)
downloadcuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar.gz
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar.bz2
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar.lz
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar.xz
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.tar.zst
cuberite-7cf9ddaa48b40e845a9317f1cf07f929d3c231b3.zip
Diffstat (limited to '')
-rw-r--r--source/cSocketThreads.h2
1 files changed, 0 insertions, 2 deletions
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