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:
parent
515e7028ac
commit
8ac0cf500f
2 changed files with 0 additions and 25 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue