From 240f53ddd2dfc4ae19c0f4805c8e79dcbf209980 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 22 Jul 2015 09:51:13 -0700 Subject: [PATCH] bunch up the NLPacket constructors --- libraries/networking/src/NLPacket.h | 3 --- 1 file changed, 3 deletions(-) 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);