mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:24:43 +02:00
remove an unecessary line
This commit is contained in:
parent
a5b0675f24
commit
a07511ed2c
1 changed files with 1 additions and 2 deletions
|
@ -624,8 +624,7 @@ SharedNodePointer NodeList::addOrUpdateNode(const QUuid& uuid, char nodeType,
|
|||
}
|
||||
}
|
||||
|
||||
unsigned NodeList::broadcastToNodes(const QByteArray& packet,
|
||||
const NodeSet& destinationNodeTypes) {
|
||||
unsigned NodeList::broadcastToNodes(const QByteArray& packet, const NodeSet& destinationNodeTypes) {
|
||||
unsigned n = 0;
|
||||
|
||||
foreach (const SharedNodePointer& node, getNodeHash()) {
|
||||
|
|
Loading…
Reference in a new issue