From a495aa4b11df6021f1040d81f7e1f74436950913 Mon Sep 17 00:00:00 2001
From: Kevin Lee <kevin@infinite-lee.com>
Date: Mon, 9 Apr 2018 17:02:13 -0700
Subject: [PATCH] cleanup unused vars

---
 src/components/character-controller.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/components/character-controller.js b/src/components/character-controller.js
index c58fca6ea..8da41b1a2 100644
--- a/src/components/character-controller.js
+++ b/src/components/character-controller.js
@@ -80,9 +80,6 @@ AFRAME.registerComponent("character-controller", {
     const rotationInvMatrix = new THREE.Matrix4();
     const pivotRotationMatrix = new THREE.Matrix4();
     const pivotRotationInvMatrix = new THREE.Matrix4();
-    const position = new THREE.Vector3();
-    const currentPosition = new THREE.Vector3();
-    const movementVector = new THREE.Vector3();
     const start = new THREE.Vector3();
     let navGroup, navNode;
 
-- 
GitLab