From ee970c5e07a6c5ace193951a6f6f69ceb52df53a Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 8 Jul 2016 15:16:26 -0700 Subject: [PATCH] cleanup --- scripts/system/controllers/teleport.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/system/controllers/teleport.js b/scripts/system/controllers/teleport.js index b92a85aaf4..5c881c5fcc 100644 --- a/scripts/system/controllers/teleport.js +++ b/scripts/system/controllers/teleport.js @@ -6,8 +6,6 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html - -// defaults with instant jump with fade. to try smooth arrival mode, change use fade to false and then switch the number of arrival steps and spacing var inTeleportMode = false; var currentFadeSphereOpacity = 1; @@ -567,8 +565,6 @@ var rightPad = new ThumbPad('right'); var leftTrigger = new Trigger('left'); var rightTrigger = new Trigger('right'); -//create a controller mapping and make sure to disable it when the script is stopped - var mappingName, teleportMapping; var TELEPORT_DELAY = 100;