summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol17x.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-09-27 15:28:14 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-09-27 15:28:14 +0200
commit72c087cfd335b015139cb73ae78f74105d855cf0 (patch)
treeec700e5083a60e03ad8374e12f4528de8c92491e /src/Protocol/Protocol17x.h
parentMerge pull request #1456 from Howaner/Fixes (diff)
downloadcuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar.gz
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar.bz2
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar.lz
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar.xz
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.tar.zst
cuberite-72c087cfd335b015139cb73ae78f74105d855cf0.zip
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r--src/Protocol/Protocol17x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h
index 8f537f5d7..0bc86a72a 100644
--- a/src/Protocol/Protocol17x.h
+++ b/src/Protocol/Protocol17x.h
@@ -296,9 +296,6 @@ protected:
void HandlePacketWindowClose (cByteBuffer & a_ByteBuffer);
- /** Writes an entire packet into the output stream. a_Packet is expected to start with the packet type; data length is prepended here. */
- void WritePacket(cByteBuffer & a_Packet);
-
/** Sends the data to the client, encrypting them if needed. */
virtual void SendData(const char * a_Data, size_t a_Size) override;