mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:14:01 +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) {
|
||||
emit dataReceived(matchingNode->getType(), receivedMessage->getSize());
|
||||
matchingNode->recordBytesReceived(receivedMessage->getSize());
|
||||
Node* n = matchingNode.data();
|
||||
|
||||
QMetaMethod metaMethod = listener.method;
|
||||
|
||||
|
|
Loading…
Reference in a new issue