From fd874429c1d203068d9079d90c254815200fd688 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 25 Apr 2017 15:40:51 -0700 Subject: [PATCH] remove unused cruft --- interface/src/avatar/AvatarManager.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/src/avatar/AvatarManager.cpp b/interface/src/avatar/AvatarManager.cpp index c0b001911f..c4bcb67a16 100644 --- a/interface/src/avatar/AvatarManager.cpp +++ b/interface/src/avatar/AvatarManager.cpp @@ -333,11 +333,6 @@ void AvatarManager::handleRemovedAvatar(const AvatarSharedPointer& removedAvatar // class in this context so we can call methods that don't exist at the base class. auto avatar = std::static_pointer_cast(removedAvatar); - // there is no way to request identity data from the avatar-mixer - // therefore whenever we remove an avatar we cache the identity in case we need it later - AvatarData::Identity identity; - avatar->getIdentity(identity); - AvatarMotionState* motionState = avatar->getMotionState(); if (motionState) { _motionStatesThatMightUpdate.remove(motionState);