From 1310e536c8411b209e0286e94926ac110ae297ce Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 5 Jun 2022 13:08:51 +0200 Subject: [PATCH] Remove unused variable --- interface/src/avatar/MyAvatar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/avatar/MyAvatar.cpp b/interface/src/avatar/MyAvatar.cpp index f9a9f07686..08ed879fff 100644 --- a/interface/src/avatar/MyAvatar.cpp +++ b/interface/src/avatar/MyAvatar.cpp @@ -3918,8 +3918,6 @@ glm::vec3 MyAvatar::scaleMotorSpeed(const glm::vec3 forward, const glm::vec3 rig // Calculate the world-space motor velocity for the avatar. glm::vec3 MyAvatar::calculateScaledDirection() { - CharacterController::State state = _characterController.getState(); - // compute action input // Determine if we're head or controller relative... glm::vec3 forward, right;