Remove _packetListenerMap

This commit is contained in:
Ryan Huffman 2015-10-20 10:27:12 -07:00
parent f0ad7f85dc
commit c2648fd6dd

View file

@ -90,7 +90,6 @@ private:
QMutex _packetListenerLock;
// TODO: replace the two following hashes with an std::vector once we switch Packet/PacketList to Message
// QHash<PacketType, ObjectMethodPair> _packetListenerMap;
QHash<PacketType, Listener> _messageListenerMap;
int _inPacketCount = 0;
int _inByteCount = 0;