mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-23 23:15:30 +01:00
connection.cpp: remove unused constructor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user