From acf34dcfdf7fff5379946f9a57d87258edf2d85b Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Wed, 12 Sep 2018 10:58:05 -0700 Subject: [PATCH] one more unused variable --- .../system/controllers/controllerModules/webSurfaceLaserInput.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/controllers/controllerModules/webSurfaceLaserInput.js b/scripts/system/controllers/controllerModules/webSurfaceLaserInput.js index 9a022409fb..45a6064d17 100644 --- a/scripts/system/controllers/controllerModules/webSurfaceLaserInput.js +++ b/scripts/system/controllers/controllerModules/webSurfaceLaserInput.js @@ -128,7 +128,6 @@ Script.include("/~/system/libraries/controllers.js"); this.getOtherModule().dominantHandOverride = false; } if (this.parameters.handLaser.allwaysOn || isTriggerPressed) { - var intersection = controllerData.rayPicks[this.hand]; return makeRunningValues(true, [], []); } }