mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
Remove unused variable in PacketReceiver
This commit is contained in:
parent
71c266bc00
commit
0759462df7
1 changed files with 0 additions and 1 deletions
|
@ -296,7 +296,6 @@ void PacketReceiver::handleVerifiedMessage(QSharedPointer<ReceivedMessage> recei
|
||||||
if (matchingNode) {
|
if (matchingNode) {
|
||||||
emit dataReceived(matchingNode->getType(), receivedMessage->getSize());
|
emit dataReceived(matchingNode->getType(), receivedMessage->getSize());
|
||||||
matchingNode->recordBytesReceived(receivedMessage->getSize());
|
matchingNode->recordBytesReceived(receivedMessage->getSize());
|
||||||
Node* n = matchingNode.data();
|
|
||||||
|
|
||||||
QMetaMethod metaMethod = listener.method;
|
QMetaMethod metaMethod = listener.method;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue