diff --git a/libraries/networking/src/NLPacket.h b/libraries/networking/src/NLPacket.h index 9b2b78c3f9..aad6e6d072 100644 --- a/libraries/networking/src/NLPacket.h +++ b/libraries/networking/src/NLPacket.h @@ -48,13 +48,10 @@ protected: NLPacket(PacketType::Value type); NLPacket(PacketType::Value type, qint64 size); - NLPacket(std::unique_ptr data, qint64 size, const HifiSockAddr& senderSockAddr); NLPacket(std::unique_ptr packet); - NLPacket(const NLPacket& other); NLPacket& operator=(const NLPacket& other); - NLPacket(NLPacket&& other); NLPacket& operator=(NLPacket&& other);