mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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;
|
||||
return parent;
|
||||
}
|
||||
if (parentID == AVATAR_SELF_ID) {
|
||||
success = true;
|
||||
return avatarManager->getMyAvatar();
|
||||
}
|
||||
|
||||
success = false;
|
||||
return parent;
|
||||
|
|
Loading…
Reference in a new issue