mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:30:35 +02:00
remove useless unreachable code
This commit is contained in:
parent
99d0579007
commit
3155ffe07e
1 changed files with 0 additions and 4 deletions
|
@ -45,10 +45,6 @@ SpatiallyNestableWeakPointer InterfaceParentFinder::find(QUuid parentID, bool& s
|
||||||
success = true;
|
success = true;
|
||||||
return parent;
|
return parent;
|
||||||
}
|
}
|
||||||
if (parentID == AVATAR_SELF_ID) {
|
|
||||||
success = true;
|
|
||||||
return avatarManager->getMyAvatar();
|
|
||||||
}
|
|
||||||
|
|
||||||
success = false;
|
success = false;
|
||||||
return parent;
|
return parent;
|
||||||
|
|
Loading…
Reference in a new issue