Remove unused code
Change-Id: I185db2361990dd1d503488a364826738270388b5 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
parent
7bd1f36d37
commit
b7cd964761
@ -2393,9 +2393,7 @@ Node* Tree::findNodeRecursive(const QStringList& path,
|
|||||||
else if (n->isCollisionNode()) {
|
else if (n->isCollisionNode()) {
|
||||||
if (acceptCollision)
|
if (acceptCollision)
|
||||||
return n;
|
return n;
|
||||||
return n = findNodeRecursive(path, pathIndex, n, type, subtype);
|
return findNodeRecursive(path, pathIndex, n, type, subtype);
|
||||||
if (n)
|
|
||||||
return n;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user