mirror of
https://github.com/overte-org/overte.git
synced 2025-08-14 02:26:51 +02:00
Remove _packetListenerMap
This commit is contained in:
parent
f0ad7f85dc
commit
c2648fd6dd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue