Remove packetVersionMatch from LimitedNodeList

This commit is contained in:
Ryan Huffman 2015-07-14 15:22:16 -07:00
parent 86e4d5f631
commit 7bd10afbf2

View file

@ -117,7 +117,6 @@ public:
QUdpSocket& getNodeSocket() { return _nodeSocket; }
QUdpSocket& getDTLSSocket();
bool packetVersionMatch(const NLPacket& packet);
bool packetSourceAndHashMatch(const NLPacket& packet, SharedNodePointer& matchingNode);
PacketReceiver& getPacketReceiver() { return _packetReceiver; }