1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

connection.cpp: remove unused constructor

This commit is contained in:
Loic Blot 2015-07-14 17:56:55 +02:00
parent 515e7028ac
commit 8ac0cf500f
2 changed files with 0 additions and 25 deletions

View file

@ -1013,7 +1013,6 @@ public:
friend class ConnectionSendThread;
friend class ConnectionReceiveThread;
Connection(u32 protocol_id, u32 max_packet_size, float timeout, bool ipv6);
Connection(u32 protocol_id, u32 max_packet_size, float timeout, bool ipv6,
PeerHandler *peerhandler);
~Connection();