From 8ac0cf500ff336c43f6c42b306431fa6564b7cc8 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 14 Jul 2015 17:56:55 +0200 Subject: connection.cpp: remove unused constructor --- src/network/connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/network/connection.h') diff --git a/src/network/connection.h b/src/network/connection.h index 556a40a12..b1f9e70a8 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -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(); -- cgit v1.2.3